Esri Geoportal Server
1.0

com.esri.gpt.control.download
Class ItemInfo

java.lang.Object
  extended by com.esri.gpt.control.download.ItemInfo
All Implemented Interfaces:
Serializable

public class ItemInfo
extends Object
implements Serializable

Item (projection or output format) info.

See Also:
Serialized Form

Constructor Summary
ItemInfo()
          Creates instance of the item info.
ItemInfo(String key, String alias, String resourceKey)
          Creates instance of the item info.
 
Method Summary
 String getAlias()
          Gets alias.
 String getKey()
          Gets key.
 String getResourceKey()
          Gets resource key.
 void setAlias(String alias)
          Sets alias.
 void setKey(String key)
          Sets key.
 void setResourceKey(String resourceKey)
          Sets resource key.
 String toString()
          Creates string representation of the item info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ItemInfo

public ItemInfo()
Creates instance of the item info.


ItemInfo

public ItemInfo(String key,
                String alias,
                String resourceKey)
Creates instance of the item info.

Parameters:
key - key
alias - alias
resourceKey - resource key
Method Detail

getKey

public String getKey()
Gets key.

Returns:
key

setKey

public void setKey(String key)
Sets key.

Parameters:
key - key

getAlias

public String getAlias()
Gets alias.

Returns:
alias

setAlias

public void setAlias(String alias)
Sets alias.

Parameters:
alias - alias

getResourceKey

public String getResourceKey()
Gets resource key.

Returns:
resource key

setResourceKey

public void setResourceKey(String resourceKey)
Sets resource key.

Parameters:
resourceKey - resource key

toString

public String toString()
Creates string representation of the item info.

Overrides:
toString in class Object
Returns:
string representation of the item info

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.