Class PropertyAssignmentCreation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.property.create.PropertyAssignmentCreation
- All Implemented Interfaces:
ICreation,Serializable
@JsonObject("as.dto.property.create.PropertyAssignmentCreation")
public class PropertyAssignmentCreation
extends Object
implements ICreation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanisUnique()voidsetInitialValueForExistingEntities(String initialValueForExistingEntities) voidsetManagedInternally(boolean managedInternally) voidsetMandatory(boolean mandatory) voidsetOrdinal(Integer ordinal) voidsetPattern(String pattern) voidsetPatternType(String patternType) voidsetPluginId(IPluginId pluginId) voidsetPropertyTypeId(IPropertyTypeId propertyTypeId) voidsetSection(String section) voidsetShowInEditView(boolean showInEditView) voidsetShowRawValueInForms(boolean showRawValueInForms) voidsetUnique(boolean unique) toString()
-
Constructor Details
-
PropertyAssignmentCreation
public PropertyAssignmentCreation()
-
-
Method Details
-
getSection
-
setSection
-
getOrdinal
-
setOrdinal
-
getPropertyTypeId
-
setPropertyTypeId
-
getPluginId
-
setPluginId
-
isMandatory
public boolean isMandatory() -
setMandatory
public void setMandatory(boolean mandatory) -
getInitialValueForExistingEntities
-
setInitialValueForExistingEntities
-
isShowInEditView
public boolean isShowInEditView() -
setShowInEditView
public void setShowInEditView(boolean showInEditView) -
isShowRawValueInForms
public boolean isShowRawValueInForms() -
setShowRawValueInForms
public void setShowRawValueInForms(boolean showRawValueInForms) -
isUnique
public boolean isUnique() -
setUnique
public void setUnique(boolean unique) -
isManagedInternally
public boolean isManagedInternally() -
setManagedInternally
public void setManagedInternally(boolean managedInternally) -
getPattern
-
setPattern
-
getPatternType
-
setPatternType
-
toString
-