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 TypeMethodDescriptionboolean
Gets the description of thisModel
.getName()
Get the name of the model.Gets the mapping of properties.int
hashCode()
void
setDescription
(String description) Sets the description of this model.void
Sets the name of the model.void
setProperties
(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
-