net.ezcontent.impl.eos
Class DocumentReference
java.lang.Object
net.ezcontent.impl.eos.base.BaseDocumentReference
net.ezcontent.impl.eos.DocumentReference
- All Implemented Interfaces:
- Reference, Serializable
- public class DocumentReference
- extends BaseDocumentReference
- implements Reference
This is the object class that relates to the DocRef table.
Any customizations belong here.
Implementa Reference
- See Also:
Reference
,
Serialized Form
Methods inherited from class net.ezcontent.impl.eos.base.BaseDocumentReference |
equals, getDestClass, getDestID, getName, getOwningDocument, getRefID, hashCode, isOwnsDestination, setDestClass, setDestID, setName, setOwningDocument, setOwnsDestination, setRefID |
DocumentReference
public DocumentReference()
DocumentReference
public DocumentReference(int refID)
- Constructor for primary key
DocumentReference
public DocumentReference(int refID,
String name,
String destClass,
int destID)
- Constructor for required fields
ownsDestination
public boolean ownsDestination()
- Specified by:
ownsDestination
in interface Reference
setDestination
public void setDestination(Record rec)
- Description copied from interface:
Reference
- El objeto al cual apunta la referencia.
- Specified by:
setDestination
in interface Reference
getDestination
public Record getDestination()
- Specified by:
getDestination
in interface Reference
setOwner
public void setOwner(Document doc)
- Description copied from interface:
Reference
- El objeto duenio de la referencia.
- Specified by:
setOwner
in interface Reference
getOwner
public Document getOwner()
- Specified by:
getOwner
in interface Reference