Class ObjectSchemaPropertyBean
java.lang.Object
com.riadalabs.jira.plugins.insight.services.model.ObjectSchemaPropertyBean
- All Implemented Interfaces:
Serializable
Model representing an object type
- Author:
- Mathias Edblom
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
getId()
int
boolean
boolean
boolean
boolean
boolean
boolean
void
setAllowOtherObjectSchema
(boolean allowOtherObjectSchema) void
void
setObjectSchemaId
(int objectSchemaId) void
setQuickCreateObjects
(boolean quickCreateObjects) void
setSendToActivityStream
(boolean sendToActivityStream) void
setServiceDescCustomersEnabled
(boolean serviceDescCustomersEnabled) void
setShowCreateObjectOnCustomField
(boolean showCreateObjectOnCustomField) void
setValidateQuickCreate
(boolean validateQuickCreate)
-
Constructor Details
-
ObjectSchemaPropertyBean
public ObjectSchemaPropertyBean()
-
-
Method Details
-
getId
-
setId
-
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
-