org.hyperic.hq.product.shared
Class PluginValue
java.lang.Object
org.hyperic.hq.product.shared.PluginValue
- All Implemented Interfaces:
- java.io.Serializable
public class PluginValue
- extends java.lang.Object
- implements java.io.Serializable
Value object for Plugin.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PluginValue
public PluginValue()
PluginValue
public PluginValue(java.lang.Integer id,
java.lang.String name,
java.lang.String path,
java.lang.String mD5,
long ctime)
PluginValue
public PluginValue(PluginValue otherValue)
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
idHasBeenSet
public boolean idHasBeenSet()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
nameHasBeenSet
public boolean nameHasBeenSet()
getPath
public java.lang.String getPath()
setPath
public void setPath(java.lang.String path)
pathHasBeenSet
public boolean pathHasBeenSet()
getMD5
public java.lang.String getMD5()
setMD5
public void setMD5(java.lang.String mD5)
mD5HasBeenSet
public boolean mD5HasBeenSet()
getCtime
public long getCtime()
setCtime
public void setCtime(long ctime)
ctimeHasBeenSet
public boolean ctimeHasBeenSet()
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.