|
ArcGIS Server Geoportal extension 10
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.control.download.ItemInfo
public class ItemInfo
Item (projection or output format) info.
| 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 |
|---|
public ItemInfo()
public ItemInfo(String key,
String alias,
String resourceKey)
key - keyalias - aliasresourceKey - resource key| Method Detail |
|---|
public String getKey()
public void setKey(String key)
key - keypublic String getAlias()
public void setAlias(String alias)
alias - aliaspublic String getResourceKey()
public void setResourceKey(String resourceKey)
resourceKey - resource keypublic String toString()
toString in class Object
|
ArcGIS Server Geoportal extension 10
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||