Class PropertyAssignmentImmutable
- java.lang.Object
-
- ch.systemsx.cisd.etlserver.registrator.api.v2.impl.PropertyAssignmentImmutable
-
- All Implemented Interfaces:
ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
public class PropertyAssignmentImmutable extends java.lang.Object implements ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
-
Constructor Summary
Constructors Constructor Description PropertyAssignmentImmutable(ch.systemsx.cisd.openbis.generic.shared.basic.dto.EntityTypePropertyType<? extends ch.systemsx.cisd.openbis.generic.shared.basic.dto.EntityType> entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEntityTypeCode()
java.lang.Long
getPositionInForms()
java.lang.String
getPropertyTypeCode()
java.lang.String
getPropertyTypeDescription()
java.lang.String
getPropertyTypeLabel()
java.lang.String
getScriptName()
java.lang.String
getSection()
boolean
isDynamic()
boolean
isManaged()
boolean
isMandatory()
boolean
shownInEditViews()
-
-
-
Method Detail
-
getEntityTypeCode
public java.lang.String getEntityTypeCode()
- Specified by:
getEntityTypeCode
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
getPropertyTypeDescription
public java.lang.String getPropertyTypeDescription()
- Specified by:
getPropertyTypeDescription
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
getPropertyTypeLabel
public java.lang.String getPropertyTypeLabel()
- Specified by:
getPropertyTypeLabel
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
getPropertyTypeCode
public java.lang.String getPropertyTypeCode()
- Specified by:
getPropertyTypeCode
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
isMandatory
public boolean isMandatory()
- Specified by:
isMandatory
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
getSection
public java.lang.String getSection()
- Specified by:
getSection
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
getPositionInForms
public java.lang.Long getPositionInForms()
- Specified by:
getPositionInForms
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
getScriptName
public java.lang.String getScriptName()
- Specified by:
getScriptName
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
isDynamic
public boolean isDynamic()
- Specified by:
isDynamic
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
isManaged
public boolean isManaged()
- Specified by:
isManaged
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
shownInEditViews
public boolean shownInEditViews()
- Specified by:
shownInEditViews
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
-