Package com.sas.lsaf.clinical.model
Class ModelDescriptor
java.lang.Object
com.sas.lsaf.core.AbstractIdentifiable
com.sas.lsaf.clinical.model.ModelDescriptor
- All Implemented Interfaces:
Identifiable,Serializable
A lightweight representation of a model.
- Since:
- 2.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModelDescriptor(String id, String name, String type) It is not intended or recommended that the consumer of this API construct these objects. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractIdentifiable
getId, getTypeId
-
Constructor Details
-
ModelDescriptor
It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the model descriptors returned by the API.- Parameters:
id- The identifier of the model.name- The name of the model.type- The standard type of the model.
-
-
Method Details
-
getName
Gets the name of the model.- Returns:
- The name of the model.
-
getType
Gets the standard type of the model.- Returns:
- The standard type of the model.
-
equals
- Overrides:
equalsin classAbstractIdentifiable
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractIdentifiable
-
toString
- Overrides:
toStringin classAbstractIdentifiable
-