|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.mit.stellar.hibernate.AbstractNexusInfo
A class that represents a row in the NEXUS_INFO table. You can customize the
behavior of this class by editing the class, NexusInfo().
| Constructor Summary | |
AbstractNexusInfo()
Simple constructor of AbstractNexusInfo instances. |
|
AbstractNexusInfo(java.lang.Long id)
Constructor of AbstractNexusInfo 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 |
getCourseCollectionSet()
Return the value of the NEXUS_INFO_ID collection. |
java.util.Date |
getCreatedOn()
Return the value of the CREATED_ON column. |
java.lang.Long |
getId()
Return the simple primary key value that identifies this object. |
java.lang.String |
getSiteHandle()
Return the value of the SITE_HANDLE column. |
java.lang.String |
getSiteService()
Return the value of the SITE_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 |
setCourseCollectionSet(java.util.Set courseCollectionSet)
Set the value of the NEXUS_INFO_ID collection. |
void |
setCreatedOn(java.util.Date createdOn)
Set the value of the CREATED_ON column. |
void |
setId(java.lang.Long id)
Set the simple primary key value that identifies this object. |
void |
setSiteHandle(java.lang.String siteHandle)
Set the value of the SITE_HANDLE column. |
void |
setSiteService(java.lang.String siteService)
Set the value of the SITE_SERVICE column. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractNexusInfo()
public AbstractNexusInfo(java.lang.Long id)
id - | Method Detail |
public java.lang.Long getId()
public void setId(java.lang.Long id)
id - public java.lang.String getSiteHandle()
public void setSiteHandle(java.lang.String siteHandle)
siteHandle - public java.lang.String getSiteService()
public void setSiteService(java.lang.String siteService)
siteService - public java.util.Date getCreatedOn()
public void setCreatedOn(java.util.Date createdOn)
createdOn - public java.util.Set getCourseCollectionSet()
public void setCourseCollectionSet(java.util.Set courseCollectionSet)
courseCollectionSet - 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 | ||||||||||