|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.hibernate.PersistedObject
org.hyperic.hq.appdef.AppdefBean
public abstract class AppdefBean
This is the base abstract class for all appdef pojos. This is modeled after the AppdefEntityBean less the EJB code.
Field Summary | |
---|---|
protected java.lang.Integer |
cid
|
protected java.lang.Long |
creationTime
|
protected java.lang.Long |
modifiedTime
|
Constructor Summary | |
---|---|
protected |
AppdefBean()
|
protected |
AppdefBean(java.lang.Integer id)
|
Method Summary | |
---|---|
boolean |
allowContainerManagedCreationTime()
Define the management policy for the creation time. |
boolean |
allowContainerManagedLastModifiedTime()
Define the management policy for the last modified time. |
boolean |
equals(java.lang.Object obj)
|
java.lang.Integer |
getCid()
|
long |
getCreationTime()
|
java.lang.Long |
getCTime()
Deprecated. |
long |
getModifiedTime()
|
java.lang.Long |
getMTime()
Deprecated. |
int |
hashCode()
|
boolean |
matchesValueObject(AppdefResourceValue obj)
legacy EJB entity bean code |
void |
setCid(java.lang.Integer cid)
|
void |
setCreationTime(java.lang.Long creationTime)
|
void |
setModifiedTime(java.lang.Long modifiedTime)
|
Methods inherited from class org.hyperic.hibernate.PersistedObject |
---|
get_version_, getId, set_version_, setId |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Long creationTime
protected java.lang.Long modifiedTime
protected java.lang.Integer cid
Constructor Detail |
---|
protected AppdefBean()
protected AppdefBean(java.lang.Integer id)
Method Detail |
---|
public boolean allowContainerManagedCreationTime()
ContainerManagedTimestampTrackable
allowContainerManagedCreationTime
in interface ContainerManagedTimestampTrackable
true
by default.ContainerManagedTimestampTrackable.allowContainerManagedLastModifiedTime()
public boolean allowContainerManagedLastModifiedTime()
ContainerManagedTimestampTrackable
allowContainerManagedLastModifiedTime
in interface ContainerManagedTimestampTrackable
true
by default.ContainerManagedTimestampTrackable.allowContainerManagedLastModifiedTime()
public long getCreationTime()
public void setCreationTime(java.lang.Long creationTime)
public long getModifiedTime()
public void setModifiedTime(java.lang.Long modifiedTime)
public java.lang.Long getCTime()
public java.lang.Long getMTime()
public java.lang.Integer getCid()
public void setCid(java.lang.Integer cid)
public boolean matchesValueObject(AppdefResourceValue obj)
obj
-
public boolean equals(java.lang.Object obj)
equals
in class PersistedObject
public int hashCode()
hashCode
in class PersistedObject
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |