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.Serializable
Stores 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.String
getDefaultValue()
EntityKind
getEntityKind()
java.lang.String
getEntityTypeCode()
java.util.Date
getModificationDate()
java.lang.Long
getOrdinal()
java.lang.String
getPropertyTypeCode()
java.lang.String
getScriptName()
java.lang.String
getSection()
boolean
getShowRawValue()
boolean
isDynamic()
boolean
isManaged()
boolean
isMandatory()
boolean
isShownInEditView()
void
setDefaultValue(java.lang.String defaultValue)
void
setDynamic(boolean dynamic)
void
setEntityKind(EntityKind entityKind)
void
setEntityTypeCode(java.lang.String entityTypeCode)
void
setManaged(boolean managed)
void
setMandatory(boolean mandatory)
void
setModificationDate(java.util.Date modificationDate)
void
setOrdinal(java.lang.Long ordinal)
void
setPropertyTypeCode(java.lang.String propertyTypeCode)
void
setScriptName(java.lang.String scriptName)
void
setSection(java.lang.String section)
void
setShownInEditView(boolean shownInEditView)
void
setShowRawValue(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)
-
-