org.apache.jetspeed.cluster
Class NodeInformationImpl

java.lang.Object
  extended by org.apache.jetspeed.cluster.NodeInformationImpl
All Implemented Interfaces:
java.io.Serializable, NodeInformation

public class NodeInformationImpl
extends java.lang.Object
implements NodeInformation, java.io.Serializable

Node Information

Version:
Author:
Hajo Birthelmer
See Also:
Serialized Form

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

NodeInformationImpl

public NodeInformationImpl()
default class construtor required for bean management

Method Detail

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

compareTo

public int compareTo(java.lang.Object object)

equals

public final boolean equals(NodeInformation object)

compareTo

public final int compareTo(NodeInformation object)

toString

public java.lang.String toString()
Specified by:
toString in interface NodeInformation
Overrides:
toString in class java.lang.Object

getContextName

public java.lang.String getContextName()
Description copied from interface: NodeInformation
Getter for ContextName

Specified by:
getContextName in interface NodeInformation
Returns:

setContextName

public void setContextName(java.lang.String contextName)
Description copied from interface: NodeInformation
setter for context name

Specified by:
setContextName in interface NodeInformation

getId

public java.lang.Long getId()
Description copied from interface: NodeInformation
Getter for ObjectID

Specified by:
getId in interface NodeInformation
Returns:

setId

public void setId(org.apache.pluto.om.common.ObjectID id)
Description copied from interface: NodeInformation
setter for ObjectID

Specified by:
setId in interface NodeInformation

setId

public void setId(java.lang.Long id)
Description copied from interface: NodeInformation
setter for ObjectID

Specified by:
setId in interface NodeInformation

setId

public void setId(long id)
Description copied from interface: NodeInformation
setter for ObjectID

Specified by:
setId in interface NodeInformation

getLastDeployDate

public java.util.Date getLastDeployDate()
Description copied from interface: NodeInformation
Getter for Last Deploy Date

Specified by:
getLastDeployDate in interface NodeInformation
Returns:

setLastDeployDate

public void setLastDeployDate(java.util.Date lastDeployDate)
Description copied from interface: NodeInformation
setter for last deploy date

Specified by:
setLastDeployDate in interface NodeInformation


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.