Package com.jamasoftware.velocity.api
Interface DocumentTypeFacet
-
public interface DocumentTypeFacet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentType
getDocumentType()
Facet
getFacet()
java.lang.Boolean
getIsSyncedFacet()
DocumentTypeFacetDTO
toDto()
-
-
-
Method Detail
-
getDocumentType
DocumentType getDocumentType()
-
getFacet
Facet getFacet()
-
getIsSyncedFacet
java.lang.Boolean getIsSyncedFacet()
-
toDto
DocumentTypeFacetDTO toDto()
-
-