Class CollectionAttributeDTO

java.lang.Object
com.skava.oms.model.dto.collection.CollectionAttributeDTO
All Implemented Interfaces:
Serializable

public class CollectionAttributeDTO extends Object implements Serializable
The Class contains the dto model for collection attributes.
Author:
Infosys Equinox
See Also:
  • Field Details

    • name

      protected String name
      The collection id.
    • type

      protected String type
      The type of the attribute.
    • description

      protected String description
      The collection id.
    • defaultValue

      protected String defaultValue
      The collection id.
    • nullable

      protected boolean nullable
      The attribute emptiness of the attribute.
  • Constructor Details

    • CollectionAttributeDTO

      public CollectionAttributeDTO(CollectionAttribute attribute)
      Instantiates a new collection attribute.
      Parameters:
      attribute - The collection's attribute.