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 Lookup
getAssociationType()
java.lang.String
getDescription()
ContourItem
getFromDocument()
RelationshipType
getRelationshipType()
Lookup
getStatus()
java.lang.Boolean
getSuspect()
ContourItem
getToDocument()
java.lang.Boolean
isNewRelationship()
-
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()
-
-