|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.resources.SystemRemoteMarkerInfo
Objects of this type contain marker information.
Field Summary | |
---|---|
protected Map |
attributes
|
static String |
Copyright
|
protected long |
creationTime
|
protected long |
id
|
protected String |
type
|
protected static long |
UNDEFINED_ID
|
Constructor Summary | |
---|---|
SystemRemoteMarkerInfo()
Constructor for SystemRemoteMarkerInfo. |
Method Summary | |
---|---|
protected Object |
clone()
|
Object |
getAttribute(String attributeName)
Get the attribute value given the attribute name. |
Map |
getAttributes()
Get the attributes. |
Map |
getAttributes(boolean makeCopy)
Get the attributes. |
Object[] |
getAttributes(String[] attributeNames)
Get attribute values given the attribute names. |
long |
getCreationTime()
Get the creation time. |
long |
getId()
Get the id. |
String |
getType()
Get the type. |
protected static boolean |
isValidAttributeValue(Object value)
Checks if attribute value is valid. |
void |
setAttribute(String attributeName,
Object value)
Set the value of an attribute. |
void |
setAttributes(Map attributes)
Set the attributes. |
void |
setAttributes(String[] attributeNames,
Object[] values)
Set the values of an array of attributes |
void |
setCreationTime(long creationTime)
Set the creation time. |
void |
setId(long id)
Set the marker id. |
void |
setType(String type)
Set the type. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String Copyright
protected static final long UNDEFINED_ID
protected long id
protected String type
protected Map attributes
protected long creationTime
Constructor Detail |
public SystemRemoteMarkerInfo()
Method Detail |
public void setId(long id)
public long getId()
ISystemRemoteMarkerSetElement
getId
in interface ISystemRemoteMarkerSetElement
ISystemRemoteMarkerSetElement.getId()
public void setType(String type)
public String getType()
public void setAttributes(Map attributes)
public Map getAttributes()
public Map getAttributes(boolean makeCopy)
public void setCreationTime(long creationTime)
public long getCreationTime()
protected Object clone() throws CloneNotSupportedException
CloneNotSupportedException
Object.clone()
public Object[] getAttributes(String[] attributeNames)
public Object getAttribute(String attributeName)
protected static boolean isValidAttributeValue(Object value)
public void setAttribute(String attributeName, Object value)
public void setAttributes(String[] attributeNames, Object[] values)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |