Class CollectionVO

java.lang.Object
com.skava.core.validation.InputModel
com.skava.auth.model.rest.entities.CollectionVO
All Implemented Interfaces:
Serializable

public class CollectionVO extends com.skava.core.validation.InputModel
Data transfer class holds the data for collection related operations, such as businessId, name, properties, status, etc.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • CollectionVO

      public CollectionVO()
      Construct CollectionVO object with members.
    • CollectionVO

      public CollectionVO(Collection collection, boolean loadPropeties)
      Construct CollectionVO object by parsing Collection object.
      Parameters:
      collection - a Collection object. collection information from the persistence context.
      loadPropeties - a Boolean object. This field holds boolean flag value to decide necessity of the collection properties.