Class CollectionPropertyVO
java.lang.Object
com.skava.core.validation.InputModel
com.skava.auth.model.rest.entities.CollectionPropertyVO
- All Implemented Interfaces:
Serializable
public class CollectionPropertyVO
extends com.skava.core.validation.InputModel
Data transfer class contains collection property details, such as name and value.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructCollectionPropertyVO
object with members.CollectionPropertyVO
(CollectionProperty properties) ConstructCollectionPropertyVO
object by parsingCollectionProperty
object.CollectionPropertyVO
(String name, String value) -
Method Summary
-
Field Details
-
name
name of the collection property. -
value
value of the collection property.
-
-
Constructor Details
-
CollectionPropertyVO
public CollectionPropertyVO()ConstructCollectionPropertyVO
object with members. -
CollectionPropertyVO
ConstructCollectionPropertyVO
object by parsingCollectionProperty
object.- Parameters:
properties
- aCollectionProperty
object. Collection property from persistence context.
-
CollectionPropertyVO
-