Class Collection

java.lang.Object
com.skava.oms.model.entity.collection.Collection
All Implemented Interfaces:
Serializable

public class Collection extends Object implements Serializable
See Also:
  • Constructor Details

    • Collection

      public Collection()
  • Method Details

    • getId

      public long getId()
    • setId

      public Collection setId(Long id)
      Parameters:
      id - the id to set
      Returns:
      this
    • getName

      public String getName()
      Returns:
      the name
    • setName

      public Collection setName(String name)
      Parameters:
      name - the name to set
      Returns:
      this
    • findCollectionProperty

      public CollectionProperties findCollectionProperty(String propertyName)