Package com.jamasoftware.velocity.api
Interface DocumentDocument
-
- All Superinterfaces:
DomainObject
public interface DocumentDocument extends DomainObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LookupgetAssociationType()java.lang.StringgetDescription()ContourItemgetFromDocument()RelationshipTypegetRelationshipType()LookupgetStatus()java.lang.BooleangetSuspect()ContourItemgetToDocument()java.lang.BooleanisNewRelationship()-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObject
getCreatedBy, getCreatedDate, getId, getModifiedBy, getModifiedDate, getXmlToString, isNewObject, obtainAclObjectIdentity
-
-
-
-
Method Detail
-
getFromDocument
ContourItem getFromDocument()
-
getToDocument
ContourItem getToDocument()
-
getRelationshipType
RelationshipType getRelationshipType()
-
getAssociationType
Lookup getAssociationType()
-
getSuspect
java.lang.Boolean getSuspect()
-
getStatus
Lookup getStatus()
-
getDescription
java.lang.String getDescription()
-
isNewRelationship
java.lang.Boolean isNewRelationship()
-
-