Class Model
java.lang.Object
dev.getelements.elements.rt.manifest.model.Model
- All Implemented Interfaces:
Serializable
Created by patricktwohig on 8/16/17.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the description of thisModel.getName()Get the name of the model.Gets the mapping of properties.inthashCode()voidsetDescription(String description) Sets the description of this model.voidSets the name of the model.voidsetProperties(Map<String, Property> properties) Sets the mapping of properties.toString()
-
Constructor Details
-
Model
public Model()
-
-
Method Details
-
getName
Get the name of the model.- Returns:
- the name of the model
-
setName
Sets the name of the model.- Parameters:
name- the name of the model
-
getDescription
Gets the description of thisModel.- Returns:
- the description
-
setDescription
Sets the description of this model.- Parameters:
description- the description
-
getProperties
Gets the mapping of properties. -
setProperties
Sets the mapping of properties. -
equals
-
hashCode
public int hashCode() -
toString
-