|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.mit.stellar.hibernate.AbstractItem
A class that represents a row in the ITEM table. You can customize the
behavior of this class by editing the class, Item().
| Constructor Summary | |
AbstractItem()
Simple constructor of AbstractItem instances. |
|
AbstractItem(java.lang.String id)
Constructor of AbstractItem 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 |
getCourseCollectionItemSet()
Return the value of the ITEM_ID collection. |
java.util.Date |
getCreatedOn()
Return the value of the CREATED_ON column. |
java.util.Date |
getCreationPeriod()
Return the value of the CREATION_PERIOD column. |
java.lang.String |
getCreator()
Return the value of the CREATOR column. |
java.lang.String |
getDescription()
Return the value of the DESCRIPTION column. |
java.lang.String |
getId()
Return the simple primary key value that identifies this object. |
java.lang.String |
getImageLicense()
Return the value of the IMAGE_LICENSE column. |
java.lang.String |
getImageSource()
Return the value of the IMAGE_SOURCE column. |
java.lang.String |
getKeywords()
Return the value of the KEYWORDS column. |
java.lang.String |
getLargeImageUri()
Return the value of the LARGE_IMAGE_URI column. |
java.lang.String |
getMediumImageUri()
Return the value of the MEDIUM_IMAGE_URI column. |
java.lang.String |
getMimeType()
Return the value of the MIME_TYPE column. |
java.lang.String |
getThumbnailUri()
Return the value of the THUMBNAIL_URI column. |
java.lang.String |
getTitle()
Return the value of the TITLE 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 |
setCourseCollectionItemSet(java.util.Set courseCollectionItemSet)
Set the value of the ITEM_ID collection. |
void |
setCreatedOn(java.util.Date createdOn)
Set the value of the CREATED_ON column. |
void |
setCreationPeriod(java.util.Date creationPeriod)
Set the value of the CREATION_PERIOD column. |
void |
setCreator(java.lang.String creator)
Set the value of the CREATOR column. |
void |
setDescription(java.lang.String description)
Set the value of the DESCRIPTION column. |
void |
setId(java.lang.String id)
Set the simple primary key value that identifies this object. |
void |
setImageLicense(java.lang.String imageLicense)
Set the value of the IMAGE_LICENSE column. |
void |
setImageSource(java.lang.String imageSource)
Set the value of the IMAGE_SOURCE column. |
void |
setKeywords(java.lang.String keywords)
Set the value of the KEYWORDS column. |
void |
setLargeImageUri(java.lang.String largeImageUri)
Set the value of the LARGE_IMAGE_URI column. |
void |
setMediumImageUri(java.lang.String mediumImageUri)
Set the value of the MEDIUM_IMAGE_URI column. |
void |
setMimeType(java.lang.String mimeType)
Set the value of the MIME_TYPE column. |
void |
setThumbnailUri(java.lang.String thumbnailUri)
Set the value of the THUMBNAIL_URI column. |
void |
setTitle(java.lang.String title)
Set the value of the TITLE column. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractItem()
public AbstractItem(java.lang.String id)
id - | Method Detail |
public java.lang.String getId()
public void setId(java.lang.String id)
id - public java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)
mimeType - public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public java.lang.String getKeywords()
public void setKeywords(java.lang.String keywords)
keywords - public java.lang.String getImageLicense()
public void setImageLicense(java.lang.String imageLicense)
imageLicense - public java.lang.String getImageSource()
public void setImageSource(java.lang.String imageSource)
imageSource - public java.util.Date getCreatedOn()
public void setCreatedOn(java.util.Date createdOn)
createdOn - public java.lang.String getCreator()
public void setCreator(java.lang.String creator)
creator - public java.util.Date getCreationPeriod()
public void setCreationPeriod(java.util.Date creationPeriod)
creationPeriod - public java.lang.String getThumbnailUri()
public void setThumbnailUri(java.lang.String thumbnailUri)
thumbnailUri - public java.lang.String getMediumImageUri()
public void setMediumImageUri(java.lang.String mediumImageUri)
mediumImageUri - public java.lang.String getLargeImageUri()
public void setLargeImageUri(java.lang.String largeImageUri)
largeImageUri - public java.util.Set getCourseCollectionItemSet()
public void setCourseCollectionItemSet(java.util.Set courseCollectionItemSet)
courseCollectionItemSet - 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 | ||||||||||