org.hyperic.hq.appdef.shared
Class AppServiceValue
java.lang.Object
org.hyperic.hq.appdef.shared.AppServiceValue
- All Implemented Interfaces:
- java.io.Serializable
public class AppServiceValue
- extends java.lang.Object
- implements java.io.Serializable
Value object for AppService.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
AppServiceValue
public AppServiceValue()
AppServiceValue
public AppServiceValue(boolean isCluster,
boolean isEntryPoint,
java.lang.Integer id,
java.lang.Long mTime,
java.lang.Long cTime)
AppServiceValue
public AppServiceValue(AppServiceValue otherValue)
getIsCluster
public boolean getIsCluster()
setIsCluster
public void setIsCluster(boolean isCluster)
isClusterHasBeenSet
public boolean isClusterHasBeenSet()
getIsEntryPoint
public boolean getIsEntryPoint()
setIsEntryPoint
public void setIsEntryPoint(boolean isEntryPoint)
isEntryPointHasBeenSet
public boolean isEntryPointHasBeenSet()
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
idHasBeenSet
public boolean idHasBeenSet()
getMTime
public java.lang.Long getMTime()
setMTime
public void setMTime(java.lang.Long mTime)
mTimeHasBeenSet
public boolean mTimeHasBeenSet()
getCTime
public java.lang.Long getCTime()
setCTime
public void setCTime(java.lang.Long cTime)
cTimeHasBeenSet
public boolean cTimeHasBeenSet()
getService
public Service getService()
setService
public void setService(Service service)
getServiceCluster
public ServiceClusterValue getServiceCluster()
setServiceCluster
public void setServiceCluster(ServiceClusterValue ServiceCluster)
getServiceType
public ServiceType getServiceType()
setServiceType
public void setServiceType(ServiceType ServiceType)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
hasIdentity
protected boolean hasIdentity()
- A Value object have an identity if its attributes making its Primary Key
has all been set. One object without identity is never equal to any other
object.
- Returns:
- true if this instance have an identity.
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
isIdentical
public boolean isIdentical(java.lang.Object other)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.