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.StringgetEntityTypeCode()java.lang.LonggetPositionInForms()java.lang.StringgetPropertyTypeCode()java.lang.StringgetPropertyTypeDescription()java.lang.StringgetPropertyTypeLabel()java.lang.StringgetScriptName()java.lang.StringgetSection()booleanisDynamic()booleanisManaged()booleanisMandatory()booleanshownInEditViews()
-
-
-
Method Detail
-
getEntityTypeCode
public java.lang.String getEntityTypeCode()
- Specified by:
getEntityTypeCodein interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
getPropertyTypeDescription
public java.lang.String getPropertyTypeDescription()
- Specified by:
getPropertyTypeDescriptionin interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
getPropertyTypeLabel
public java.lang.String getPropertyTypeLabel()
- Specified by:
getPropertyTypeLabelin interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
getPropertyTypeCode
public java.lang.String getPropertyTypeCode()
- Specified by:
getPropertyTypeCodein interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
isMandatory
public boolean isMandatory()
- Specified by:
isMandatoryin interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
getSection
public java.lang.String getSection()
- Specified by:
getSectionin interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
getPositionInForms
public java.lang.Long getPositionInForms()
- Specified by:
getPositionInFormsin interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
getScriptName
public java.lang.String getScriptName()
- Specified by:
getScriptNamein interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
isDynamic
public boolean isDynamic()
- Specified by:
isDynamicin interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
isManaged
public boolean isManaged()
- Specified by:
isManagedin interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
shownInEditViews
public boolean shownInEditViews()
- Specified by:
shownInEditViewsin interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IPropertyAssignmentImmutable
-
-