|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.cluster.NodeInformationImpl
public class NodeInformationImpl
Node Information
Constructor Summary | |
---|---|
NodeInformationImpl()
default class construtor required for bean management |
Method Summary | |
---|---|
int |
compareTo(NodeInformation object)
|
int |
compareTo(java.lang.Object object)
|
boolean |
equals(NodeInformation object)
|
boolean |
equals(java.lang.Object object)
|
java.lang.String |
getContextName()
Getter for ContextName |
java.lang.Long |
getId()
Getter for ObjectID |
java.util.Date |
getLastDeployDate()
Getter for Last Deploy Date |
void |
setContextName(java.lang.String contextName)
setter for context name |
void |
setId(long id)
setter for ObjectID |
void |
setId(java.lang.Long id)
setter for ObjectID |
void |
setId(org.apache.pluto.om.common.ObjectID id)
setter for ObjectID |
void |
setLastDeployDate(java.util.Date lastDeployDate)
setter for last deploy date |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NodeInformationImpl()
Method Detail |
---|
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int compareTo(java.lang.Object object)
public final boolean equals(NodeInformation object)
public final int compareTo(NodeInformation object)
public java.lang.String toString()
toString
in interface NodeInformation
toString
in class java.lang.Object
public java.lang.String getContextName()
NodeInformation
getContextName
in interface NodeInformation
public void setContextName(java.lang.String contextName)
NodeInformation
setContextName
in interface NodeInformation
public java.lang.Long getId()
NodeInformation
getId
in interface NodeInformation
public void setId(org.apache.pluto.om.common.ObjectID id)
NodeInformation
setId
in interface NodeInformation
public void setId(java.lang.Long id)
NodeInformation
setId
in interface NodeInformation
public void setId(long id)
NodeInformation
setId
in interface NodeInformation
public java.util.Date getLastDeployDate()
NodeInformation
getLastDeployDate
in interface NodeInformation
public void setLastDeployDate(java.util.Date lastDeployDate)
NodeInformation
setLastDeployDate
in interface NodeInformation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |