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