Class CollectionAttribute

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

public class CollectionAttribute extends Object implements Serializable
This class defines the model for CollectionAttribute (Data Transfer Object) holds the collection attributes details.
Author:
Infosys Equinox
See Also:
  • Field Details

    • name

      protected String name
      The name of the attribute. Holds the collection properties name.
    • 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. Holds default value of properties.
    • nullable

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