Package com.avoka.core.util
Class EntityArchiveUtils.Property
java.lang.Object
com.avoka.core.util.EntityArchiveUtils.Property
- Enclosing class:
- EntityArchiveUtils
A property class.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Property
public Property()
-
-
Method Details
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
getValue
- Returns:
- the value
-
setValue
- Parameters:
value
- the value to set
-
getObjectValue
- Returns:
- the objectValue
- Since:
- 5.1.5.1
-
setObjectValue
- Parameters:
objectValue
- the value to set- Since:
- 5.1.5.1
-
getType
- Returns:
- the type
-
setType
- Parameters:
type
- the type to set
-
toString
-