|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ezcontent.impl.eos.base.BaseAttachment
This is an object that contains data related to the `Attachment` 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 int |
attID
|
private BinaryData |
blob
|
private String |
filename
|
private int |
hashCode
|
private String |
name
|
private SimpleDocument |
owner
|
Constructor Summary | |
BaseAttachment()
|
|
BaseAttachment(int attID)
Constructor for primary key |
Method Summary | |
boolean |
equals(Object obj)
|
int |
getAttID()
Return the unique identifier of this class |
BinaryData |
getBlob()
|
String |
getFilename()
|
String |
getName()
|
SimpleDocument |
getOwner()
|
int |
hashCode()
|
void |
setAttID(int attID)
Set the unique identifier of this class |
void |
setBlob(BinaryData blob)
Set the value related to the column: blob_id |
void |
setFilename(String filename)
Set the value related to the column: filename |
void |
setName(String name)
Set the value related to the column: name |
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 attID
private String name
private String filename
private SimpleDocument owner
private BinaryData blob
Constructor Detail |
public BaseAttachment()
public BaseAttachment(int attID)
Method Detail |
public int getAttID()
public void setAttID(int attID)
attID
- the new IDpublic String getName()
public void setName(String name)
name
- the name valuepublic String getFilename()
public void setFilename(String filename)
filename
- the filename valuepublic BinaryData getBlob()
public void setBlob(BinaryData blob)
blob
- the blob_id 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 |