Class CommonModel

  • Direct Known Subclasses:
    DraftModel, PendingSignModel, SubmitModel

    public class CommonModel
    extends java.lang.Object
    Forms Portal Common Model encapsulating common properties across all models. Various other Models for draft,Sign etc will extend this class.
    • Constructor Detail

      • CommonModel

        public CommonModel()
    • Method Detail

      • getFormPath

        public java.lang.String getFormPath()
      • setFormPath

        public void setFormPath​(java.lang.String formPath)
      • getLastModified

        public java.util.Calendar getLastModified()
      • setLastModified

        public void setLastModified​(java.util.Calendar lastModified)
      • getOwner

        public java.lang.String getOwner()
      • setOwner

        public void setOwner​(java.lang.String owner)
      • getFormType

        public AssetType getFormType()
      • setFormType

        public void setFormType​(AssetType formType)
      • setFormSubType

        public void setFormSubType​(AssetSubType formSubType)
      • getCreationTime

        public java.util.Calendar getCreationTime()
      • setCreationTime

        public void setCreationTime​(java.util.Calendar creationTime)