edu.nrao.sss.model.user
Class ObjectId

java.lang.Object
  extended by edu.nrao.sss.model.user.ObjectId
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AddressCountry, AddressState, AddressType, Contact, EntryStatus, Institution, InstitutionType, User, UserContactLevel, UserGroup, UserNote, UserPrefix, UserSuffix, UserType

public abstract class ObjectId
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ObjectId()
           
ObjectId(ObjectId objectId)
           
 
Method Summary
abstract  boolean equals(Object obj)
           
 int getId()
           
 int hashCode()
           
 boolean isNew()
           
 void setId(int id)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectId

public ObjectId()

ObjectId

public ObjectId(ObjectId objectId)
Method Detail

equals

public abstract boolean equals(Object obj)
Overrides:
equals in class Object

getId

public int getId()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

isNew

public boolean isNew()

setId

public void setId(int id)


Copyright © 2009. All Rights Reserved.