|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ezcontent.impl.eos.base.BaseImage
This is an object that contains data related to the `Imagen` table. Do not modify this class because it will be overwritten if the configuration file related to this class is modified. For more information visit The Hibernate Synchronizer page, or contact Joe Hudson
Field Summary | |
private BinaryData |
blob
|
private int |
hashCode
|
private int |
imageID
|
private String |
name
|
private SimpleDocument |
owner
|
Constructor Summary | |
BaseImage()
|
|
BaseImage(int imageID)
Constructor for primary key |
Method Summary | |
boolean |
equals(Object obj)
|
BinaryData |
getBlob()
|
int |
getImageID()
Return the unique identifier of this class |
String |
getName()
|
SimpleDocument |
getOwner()
|
int |
hashCode()
|
void |
setBlob(BinaryData blob)
Set the value related to the column: blob |
void |
setImageID(int imageID)
Set the unique identifier of this class |
void |
setName(String name)
Set the value related to the column: nombre |
void |
setOwner(SimpleDocument owner)
Set the value related to the column: subject_id |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int hashCode
private int imageID
private String name
private SimpleDocument owner
private BinaryData blob
Constructor Detail |
public BaseImage()
public BaseImage(int imageID)
Method Detail |
public int getImageID()
public void setImageID(int imageID)
imageID
- the new IDpublic String getName()
public void setName(String name)
name
- the nombre valuepublic BinaryData getBlob()
public void setBlob(BinaryData blob)
blob
- the blob valuepublic SimpleDocument getOwner()
public void setOwner(SimpleDocument owner)
owner
- the subject_id valuepublic boolean equals(Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |