Class ObjectSchemaPropertyBean

java.lang.Object
com.riadalabs.jira.plugins.insight.services.model.ObjectSchemaPropertyBean
All Implemented Interfaces:
Serializable

public class ObjectSchemaPropertyBean extends Object implements Serializable
Model representing an object type
Author:
Mathias Edblom
See Also:
  • Constructor Details

    • ObjectSchemaPropertyBean

      public ObjectSchemaPropertyBean()
  • Method Details

    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getObjectSchemaId

      public int getObjectSchemaId()
    • setObjectSchemaId

      public void setObjectSchemaId(int objectSchemaId)
    • isServiceDescCustomersEnabled

      public boolean isServiceDescCustomersEnabled()
    • setServiceDescCustomersEnabled

      public void setServiceDescCustomersEnabled(boolean serviceDescCustomersEnabled)
    • isShowCreateObjectOnCustomField

      public boolean isShowCreateObjectOnCustomField()
    • setShowCreateObjectOnCustomField

      public void setShowCreateObjectOnCustomField(boolean showCreateObjectOnCustomField)
    • isQuickCreateObjects

      public boolean isQuickCreateObjects()
    • setQuickCreateObjects

      public void setQuickCreateObjects(boolean quickCreateObjects)
    • isValidateQuickCreate

      public boolean isValidateQuickCreate()
    • setValidateQuickCreate

      public void setValidateQuickCreate(boolean validateQuickCreate)
    • isSendToActivityStream

      public boolean isSendToActivityStream()
    • setSendToActivityStream

      public void setSendToActivityStream(boolean sendToActivityStream)
    • isAllowOtherObjectSchema

      public boolean isAllowOtherObjectSchema()
    • setAllowOtherObjectSchema

      public void setAllowOtherObjectSchema(boolean allowOtherObjectSchema)
    • clone

      public ObjectSchemaPropertyBean clone()