Class Collection
java.lang.Object
com.skava.oms.model.entity.collection.Collection
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindCollectionProperty
(String propertyName) long
getId()
getName()
-
Constructor Details
-
Collection
public Collection()
-
-
Method Details
-
getId
public long getId() -
setId
- Parameters:
id
- the id to set- Returns:
- this
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set- Returns:
- this
-
findCollectionProperty
-