|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.mit.stellar.hibernate.AbstractUser
A class that represents a row in the O_USER table. You can customize the
behavior of this class by editing the class, User().
| Constructor Summary | |
AbstractUser()
Simple constructor of AbstractUser instances. |
|
AbstractUser(java.lang.Long id)
Constructor of AbstractUser instances given a simple primary key. |
|
| Method Summary | |
boolean |
equals(java.lang.Object rhs)
Implementation of the equals comparison on the basis of equality of the primary key values. |
java.util.Set |
getCourseCollectionAnnotationSet()
Return the value of the CREATED_BY collection. |
java.util.Set |
getCourseCollectionItemSet()
Return the value of the CREATED_BY collection. |
java.util.Date |
getCreatedOn()
Return the value of the CREATED_ON column. |
java.lang.String |
getDomain()
Return the value of the DOMAIN column. |
java.lang.Long |
getId()
Return the simple primary key value that identifies this object. |
java.util.Set |
getItemAnnotationSet()
Return the value of the CREATED_BY collection. |
java.lang.String |
getUsername()
Return the value of the USERNAME column. |
java.lang.String |
getUserService()
Return the value of the USER_SERVICE column. |
int |
hashCode()
Implementation of the hashCode method conforming to the Bloch pattern with the exception of array properties (these are very unlikely primary key types). |
void |
setCourseCollectionAnnotationSet(java.util.Set courseCollectionAnnotationSet)
Set the value of the CREATED_BY collection. |
void |
setCourseCollectionItemSet(java.util.Set courseCollectionItemSet)
Set the value of the CREATED_BY collection. |
void |
setCreatedOn(java.util.Date createdOn)
Set the value of the CREATED_ON column. |
void |
setDomain(java.lang.String domain)
Set the value of the DOMAIN column. |
void |
setId(java.lang.Long id)
Set the simple primary key value that identifies this object. |
void |
setItemAnnotationSet(java.util.Set itemAnnotationSet)
Set the value of the CREATED_BY collection. |
void |
setUsername(java.lang.String username)
Set the value of the USERNAME column. |
void |
setUserService(java.lang.String userService)
Set the value of the USER_SERVICE column. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractUser()
public AbstractUser(java.lang.Long id)
id - | Method Detail |
public java.lang.Long getId()
public void setId(java.lang.Long id)
id - public java.lang.String getUsername()
public void setUsername(java.lang.String username)
username - public java.lang.String getDomain()
public void setDomain(java.lang.String domain)
domain - public java.lang.String getUserService()
public void setUserService(java.lang.String userService)
userService - public java.util.Date getCreatedOn()
public void setCreatedOn(java.util.Date createdOn)
createdOn - public java.util.Set getCourseCollectionAnnotationSet()
public void setCourseCollectionAnnotationSet(java.util.Set courseCollectionAnnotationSet)
courseCollectionAnnotationSet - public java.util.Set getCourseCollectionItemSet()
public void setCourseCollectionItemSet(java.util.Set courseCollectionItemSet)
courseCollectionItemSet - public java.util.Set getItemAnnotationSet()
public void setItemAnnotationSet(java.util.Set itemAnnotationSet)
itemAnnotationSet - public boolean equals(java.lang.Object rhs)
rhs -
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||