Class NewETPTAssignment
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.NewETPTAssignment
-
- All Implemented Interfaces:
java.io.Serializable
public class NewETPTAssignment extends java.lang.Object implements java.io.SerializableStores data needed to create new entity type-property type assignment.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NewETPTAssignment()NewETPTAssignment(EntityKind entityKind, java.lang.String propertyTypeCode, java.lang.String entityTypeCode, boolean mandatory, java.lang.String defaultValue, java.lang.String section, java.lang.Long ordinal, boolean dynamic, boolean managed, java.lang.String scriptOrNull, boolean shownInEditView, boolean showRawValue)NewETPTAssignment(EntityKind entityKind, java.lang.String propertyTypeCode, java.lang.String entityTypeCode, boolean mandatory, java.lang.String defaultValue, java.lang.String section, java.lang.Long ordinal, boolean dynamic, boolean managed, java.util.Date modificationDate, java.lang.String scriptOrNull, boolean shownInEditView, boolean showRawValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDefaultValue()EntityKindgetEntityKind()java.lang.StringgetEntityTypeCode()java.util.DategetModificationDate()java.lang.LonggetOrdinal()java.lang.StringgetPropertyTypeCode()java.lang.StringgetScriptName()java.lang.StringgetSection()booleangetShowRawValue()booleanisDynamic()booleanisManaged()booleanisMandatory()booleanisShownInEditView()voidsetDefaultValue(java.lang.String defaultValue)voidsetDynamic(boolean dynamic)voidsetEntityKind(EntityKind entityKind)voidsetEntityTypeCode(java.lang.String entityTypeCode)voidsetManaged(boolean managed)voidsetMandatory(boolean mandatory)voidsetModificationDate(java.util.Date modificationDate)voidsetOrdinal(java.lang.Long ordinal)voidsetPropertyTypeCode(java.lang.String propertyTypeCode)voidsetScriptName(java.lang.String scriptName)voidsetSection(java.lang.String section)voidsetShownInEditView(boolean shownInEditView)voidsetShowRawValue(boolean showRawValue)
-
-
-
Constructor Detail
-
NewETPTAssignment
public NewETPTAssignment()
-
NewETPTAssignment
public NewETPTAssignment(EntityKind entityKind, java.lang.String propertyTypeCode, java.lang.String entityTypeCode, boolean mandatory, java.lang.String defaultValue, java.lang.String section, java.lang.Long ordinal, boolean dynamic, boolean managed, java.lang.String scriptOrNull, boolean shownInEditView, boolean showRawValue)
-
NewETPTAssignment
public NewETPTAssignment(EntityKind entityKind, java.lang.String propertyTypeCode, java.lang.String entityTypeCode, boolean mandatory, java.lang.String defaultValue, java.lang.String section, java.lang.Long ordinal, boolean dynamic, boolean managed, java.util.Date modificationDate, java.lang.String scriptOrNull, boolean shownInEditView, boolean showRawValue)
-
-
Method Detail
-
getModificationDate
public java.util.Date getModificationDate()
-
setModificationDate
public void setModificationDate(java.util.Date modificationDate)
-
getEntityKind
public EntityKind getEntityKind()
-
setEntityKind
public void setEntityKind(EntityKind entityKind)
-
getPropertyTypeCode
public java.lang.String getPropertyTypeCode()
-
setPropertyTypeCode
public void setPropertyTypeCode(java.lang.String propertyTypeCode)
-
getEntityTypeCode
public java.lang.String getEntityTypeCode()
-
setEntityTypeCode
public void setEntityTypeCode(java.lang.String entityTypeCode)
-
isMandatory
public boolean isMandatory()
-
setMandatory
public void setMandatory(boolean mandatory)
-
getDefaultValue
public java.lang.String getDefaultValue()
-
setDefaultValue
public void setDefaultValue(java.lang.String defaultValue)
-
getSection
public java.lang.String getSection()
-
setSection
public void setSection(java.lang.String section)
-
getOrdinal
public java.lang.Long getOrdinal()
-
setOrdinal
public void setOrdinal(java.lang.Long ordinal)
-
getScriptName
public java.lang.String getScriptName()
-
setScriptName
public void setScriptName(java.lang.String scriptName)
-
isDynamic
public boolean isDynamic()
-
setDynamic
public void setDynamic(boolean dynamic)
-
isManaged
public boolean isManaged()
-
setManaged
public void setManaged(boolean managed)
-
isShownInEditView
public boolean isShownInEditView()
-
setShownInEditView
public void setShownInEditView(boolean shownInEditView)
-
getShowRawValue
public boolean getShowRawValue()
-
setShowRawValue
public void setShowRawValue(boolean showRawValue)
-
-