Class CollectionPropertyDomain

java.lang.Object
com.skava.model.domain.CollectionPropertyDomain

public class CollectionPropertyDomain extends Object
This class defines the model for CollectionProperty (Domain Object) holds the collection properties details.
Author:
Infosys Equinox
  • Field Details

    • id

      protected Long id
      The id.
    • createdBy

      protected Long createdBy
      The created by.
    • updatedTimestamp

      protected Date updatedTimestamp
      The updated date time.
    • updatedBy

      protected Long updatedBy
      The updated by.
    • value

      protected String value
      The property value.
    • createdTimestamp

      protected Date createdTimestamp
      The created date time.
    • name

      protected String name
      The property name.
    • attributeId

      protected long attributeId
      The Attribute Id.
    • collectionId

      protected long collectionId
      The Collection Id.
  • Constructor Details

    • CollectionPropertyDomain

      public CollectionPropertyDomain()
      The collection property object.