com.pmease.quickbuild.model
Class Persistent

java.lang.Object
  extended bycom.pmease.quickbuild.model.Persistent
Direct Known Subclasses:
Build, BuildDependentGuidRelation, BuildLabelRelation, Configuration, ConfigurationAuthorization, DependentGuid, Group, Label, User, UserGroupRelation

public abstract class Persistent
extends java.lang.Object

Author:
robin shine

Constructor Summary
Persistent()
          Constructor for Persistent.
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int getEntityVersion()
           
 java.lang.Long getId()
          Get identifer of this object.
 int hashCode()
           
 void setEntityVersion(int entityVersion)
          Sets the entityVersion.
 void setId(java.lang.Long id)
          Sets the id.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Persistent

public Persistent()
Constructor for Persistent.

Method Detail

getId

public java.lang.Long getId()
Get identifer of this object.

Returns:
Long

setId

public void setId(java.lang.Long id)
Sets the id.

Parameters:
id - The id to set

getEntityVersion

public int getEntityVersion()
Returns:
int

setEntityVersion

public void setEntityVersion(int entityVersion)
Sets the entityVersion.

Parameters:
entityVersion - The entityVersion to set

equals

public boolean equals(java.lang.Object other)

hashCode

public int hashCode()


Copyright © 2005 PMEase Inc. All Rights Reserved.