Class AppFunction


  • public class AppFunction
    extends Object
    • Constructor Detail

      • AppFunction

        public AppFunction()
    • Method Detail

      • getId

        public String getId()
      • getAppId

        public String getAppId()
      • getCallbackId

        public String getCallbackId()
      • getTitle

        public String getTitle()
      • getDescription

        public String getDescription()
      • getType

        public String getType()
      • getDateCreated

        public Long getDateCreated()
      • getDateUpdated

        public Long getDateUpdated()
      • getDateDeleted

        public Long getDateDeleted()
      • getFormEnabled

        public Boolean getFormEnabled()
      • setId

        public void setId​(String id)
      • setAppId

        public void setAppId​(String appId)
      • setCallbackId

        public void setCallbackId​(String callbackId)
      • setTitle

        public void setTitle​(String title)
      • setDescription

        public void setDescription​(String description)
      • setType

        public void setType​(String type)
      • setDateCreated

        public void setDateCreated​(Long dateCreated)
      • setDateUpdated

        public void setDateUpdated​(Long dateUpdated)
      • setDateDeleted

        public void setDateDeleted​(Long dateDeleted)
      • setFormEnabled

        public void setFormEnabled​(Boolean formEnabled)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object