public static final class RecurrenceAttributes.Year
extends PersistableValue
Minimum supported value is 1900. Maximum supported value is 9999.
Constructor and Description |
---|
Year(int pValue)
Constructs an instance of Year representing the specified int value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getValue()
Returns numeric value represented by this object.
|
int |
hashCode() |
java.lang.String |
toString() |
public Year(int pValue)
pValue
- valueDomainRuntimeException
- if specified value is invalid