Package com.aspose.tasks.cloud.model
Class ExtendedAttribute
java.lang.Object
com.aspose.tasks.cloud.model.ExtendedAttribute
Represents extended attribute.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributeType
(CustomFieldType attributeType) dateValue
(org.threeten.bp.OffsetDateTime dateValue) durationValue
(Duration durationValue) boolean
Gets the type of a custom field.org.threeten.bp.OffsetDateTime
Gets or sets a value for attributes with date types (Date, Start, Finish).Gets or sets value for attributes with 'Duration' type.Gets or sets the id of a field.Gets or sets Id of the lookup value (if value is lookup value)Gets or sets a value for attributes with numeric types (Cost, Number).Gets or sets a value for attributes with 'Text' type.Gets or sets the guid of a value.int
hashCode()
isErrorValue
(Boolean isErrorValue) Gets or sets a value indicating whether a flag is set for an attribute with 'Flag' type.Gets whether calculation of extended attribute's value resulted in an error.lookupValueId
(Integer lookupValueId) numericValue
(BigDecimal numericValue) void
setAttributeType
(CustomFieldType attributeType) void
setDateValue
(org.threeten.bp.OffsetDateTime dateValue) void
setDurationValue
(Duration durationValue) void
setFieldId
(String fieldId) void
setFlagValue
(Boolean flagValue) void
setIsErrorValue
(Boolean isErrorValue) void
setLookupValueId
(Integer lookupValueId) void
setNumericValue
(BigDecimal numericValue) void
setTextValue
(String textValue) void
setValueGuid
(String valueGuid) toString()
-
Constructor Details
-
ExtendedAttribute
public ExtendedAttribute()
-
-
Method Details
-
fieldId
-
getFieldId
Gets or sets the id of a field.- Returns:
- fieldId
-
setFieldId
-
attributeType
-
getAttributeType
Gets the type of a custom field.- Returns:
- attributeType
-
setAttributeType
-
valueGuid
-
getValueGuid
Gets or sets the guid of a value.- Returns:
- valueGuid
-
setValueGuid
-
lookupValueId
-
getLookupValueId
Gets or sets Id of the lookup value (if value is lookup value)- Returns:
- lookupValueId
-
setLookupValueId
-
durationValue
-
getDurationValue
Gets or sets value for attributes with 'Duration' type.- Returns:
- durationValue
-
setDurationValue
-
numericValue
-
getNumericValue
Gets or sets a value for attributes with numeric types (Cost, Number).- Returns:
- numericValue
-
setNumericValue
-
dateValue
-
getDateValue
public org.threeten.bp.OffsetDateTime getDateValue()Gets or sets a value for attributes with date types (Date, Start, Finish).- Returns:
- dateValue
-
setDateValue
public void setDateValue(org.threeten.bp.OffsetDateTime dateValue) -
flagValue
-
isFlagValue
Gets or sets a value indicating whether a flag is set for an attribute with 'Flag' type.- Returns:
- flagValue
-
setFlagValue
-
textValue
-
getTextValue
Gets or sets a value for attributes with 'Text' type.- Returns:
- textValue
-
setTextValue
-
isErrorValue
-
isIsErrorValue
Gets whether calculation of extended attribute's value resulted in an error.- Returns:
- isErrorValue
-
setIsErrorValue
-
equals
-
hashCode
public int hashCode() -
toString
-