|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ezcontent.impl.eos.base.BaseDocumentReference
This is an object that contains data related to the `DocReference` 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 String |
destClass
|
private int |
destID
|
private int |
hashCode
|
private String |
name
|
private SimpleDocument |
owningDocument
|
private boolean |
ownsDestination
|
private int |
refID
|
Constructor Summary | |
BaseDocumentReference()
|
|
BaseDocumentReference(int refID)
Constructor for primary key |
|
BaseDocumentReference(int refID,
String name,
String destClass,
int destID)
Constructor for required fields |
Method Summary | |
boolean |
equals(Object obj)
|
String |
getDestClass()
|
int |
getDestID()
|
String |
getName()
|
SimpleDocument |
getOwningDocument()
|
int |
getRefID()
Return the unique identifier of this class |
int |
hashCode()
|
boolean |
isOwnsDestination()
|
void |
setDestClass(String destClass)
Set the value related to the column: dest_class |
void |
setDestID(int destID)
Set the value related to the column: dest_id |
void |
setName(String name)
Set the value related to the column: name |
void |
setOwningDocument(SimpleDocument owningDocument)
Set the value related to the column: owner_id |
void |
setOwnsDestination(boolean ownsDestination)
Set the value related to the column: owns_dest |
void |
setRefID(int refID)
Set the unique identifier of this class |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int hashCode
private int refID
private String name
private boolean ownsDestination
private String destClass
private int destID
private SimpleDocument owningDocument
Constructor Detail |
public BaseDocumentReference()
public BaseDocumentReference(int refID)
public BaseDocumentReference(int refID, String name, String destClass, int destID)
Method Detail |
public int getRefID()
public void setRefID(int refID)
refID
- the new IDpublic String getName()
public void setName(String name)
name
- the name valuepublic boolean isOwnsDestination()
public void setOwnsDestination(boolean ownsDestination)
ownsDestination
- the owns_dest valuepublic String getDestClass()
public void setDestClass(String destClass)
destClass
- the dest_class valuepublic int getDestID()
public void setDestID(int destID)
destID
- the dest_id valuepublic SimpleDocument getOwningDocument()
public void setOwningDocument(SimpleDocument owningDocument)
owningDocument
- the owner_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 |