Class CollectionPropertyDomain

java.lang.Object
com.skava.model.domain.CollectionPropertyDomain
All Implemented Interfaces:
Serializable

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

    • id

      protected Long id
      The id.
    • collectionId

      protected Long collectionId
    • 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 value.
    • createdTimestamp

      protected Date createdTimestamp
      The created date time.
    • name

      protected String name
      The name.
    • attributeId

      protected long attributeId
      attributeId.
  • Constructor Details

    • CollectionPropertyDomain

      public CollectionPropertyDomain()
      The collection property object.
    • CollectionPropertyDomain

      public CollectionPropertyDomain(CollectionPropertyEntity properties)
      Constructor to initialize the class CollectionPropertyDomain with the input properties.
      Parameters:
      properties - the object of type - CollectionPropertyEntity.
  • Method Details