Class PropertyAssignmentImmutable
java.lang.Object
ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.PropertyAssignmentImmutable
- All Implemented Interfaces:
IPropertyAssignmentImmutable
-
Method Summary
Modifier and TypeMethodDescriptionReturn the kind of the assigned entity type.Return the code of the assigned entity type.Return the position at which the property will be rendered when editing/registering objects of the specified entity type.Return the code of the assigned property type.Return the name of the script in case of a dynamic or managed propertyReturn the name of the form section.booleanReturntrueif the property is dynamicbooleanReturntrueif the property is managedbooleanReturntrueif the property is mandatory for the assigned entity type.booleanReturntrueif the property is shown in the edit views
-
Method Details
-
isMandatory
public boolean isMandatory()Description copied from interface:IPropertyAssignmentImmutableReturntrueif the property is mandatory for the assigned entity type.- Specified by:
isMandatoryin interfaceIPropertyAssignmentImmutable
-
getSection
Description copied from interface:IPropertyAssignmentImmutableReturn the name of the form section.- Specified by:
getSectionin interfaceIPropertyAssignmentImmutable
-
getPositionInForms
Description copied from interface:IPropertyAssignmentImmutableReturn the position at which the property will be rendered when editing/registering objects of the specified entity type.- Specified by:
getPositionInFormsin interfaceIPropertyAssignmentImmutable
-
getEntityTypeCode
Description copied from interface:IPropertyAssignmentImmutableReturn the code of the assigned entity type.- Specified by:
getEntityTypeCodein interfaceIPropertyAssignmentImmutable
-
getPropertyTypeCode
Description copied from interface:IPropertyAssignmentImmutableReturn the code of the assigned property type.- Specified by:
getPropertyTypeCodein interfaceIPropertyAssignmentImmutable
-
getEntityKind
Description copied from interface:IPropertyAssignmentImmutableReturn the kind of the assigned entity type.- Specified by:
getEntityKindin interfaceIPropertyAssignmentImmutable
-
shownInEditViews
public boolean shownInEditViews()Description copied from interface:IPropertyAssignmentImmutableReturntrueif the property is shown in the edit views- Specified by:
shownInEditViewsin interfaceIPropertyAssignmentImmutable
-
getScriptName
Description copied from interface:IPropertyAssignmentImmutableReturn the name of the script in case of a dynamic or managed property- Specified by:
getScriptNamein interfaceIPropertyAssignmentImmutable
-
isDynamic
public boolean isDynamic()Description copied from interface:IPropertyAssignmentImmutableReturntrueif the property is dynamic- Specified by:
isDynamicin interfaceIPropertyAssignmentImmutable
-
isManaged
public boolean isManaged()Description copied from interface:IPropertyAssignmentImmutableReturntrueif the property is managed- Specified by:
isManagedin interfaceIPropertyAssignmentImmutable
-