Class PlanningDto
java.lang.Object
com.priint.pubserver.plugin.model.PlanningDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getLabel()inthashCode()voidsetBucketId(String bucketId) voidsetContextId(Integer contextId) voidsetDocumentId(String documentId) voidsetEntityBucketId(String entityBucketId) voidsetEntityModelId(String entityModelId) voidsetEntityPlanningId(String entityPlanningId) voidvoidsetIdentifier(String identifier) voidvoidsetParentPlanningId(Integer parentPlanningId) voidsetPrintTemplateId(Integer printTemplateId)
-
Field Details
-
id
-
identifier
-
label
-
contextId
-
bucketId
-
entityBucketId
-
entityModelId
-
entityPlanningId
-
documentId
-
printTemplateId
-
parentPlanningId
-
-
Constructor Details
-
PlanningDto
public PlanningDto() -
PlanningDto
-
-
Method Details
-
getId
-
setId
-
getIdentifier
-
setIdentifier
-
getLabel
-
setLabel
-
getContextId
-
setContextId
-
getBucketId
-
setBucketId
-
getEntityModelId
-
setEntityModelId
-
getEntityPlanningId
-
setEntityPlanningId
-
getDocumentId
-
setDocumentId
-
getPrintTemplateId
-
setPrintTemplateId
-
getParentPlanningId
-
setParentPlanningId
-
getEntityBucketId
-
setEntityBucketId
-
equals
-
hashCode
public int hashCode()
-