Interface IPropertiesBean
-
- All Known Implementing Classes:
NewBasicExperiment,NewDataSet,NewExperiment,NewMaterial,NewMaterialWithType,NewSample,UpdatedBasicExperiment,UpdatedDataSet,UpdatedSample
public interface IPropertiesBeanInterface implemented by beans with properties attribute.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IEntityProperty[]getProperties()voidsetProperties(IEntityProperty[] properties)
-
-
-
Method Detail
-
getProperties
IEntityProperty[] getProperties()
-
setProperties
void setProperties(IEntityProperty[] properties)
-
-