Class CollectionAttribute

java.lang.Object
com.skava.model.datatransferobjects.CollectionAttribute
All Implemented Interfaces:
Serializable

public class CollectionAttribute extends Object implements Serializable
The Class CollectionAttribute
Author:
Infosys Equinox
See Also:
  • Field Details

    • name

      protected String name
      The name of the attribute.
    • type

      protected String type
      The type of the attribute.
    • description

      protected String description
      The description of the attribute.
    • defaultValue

      protected String defaultValue
      The default value of the attribute.
    • nullable

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

    • CollectionAttribute

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