Package org.damap.base.rest.madmp.dto
Class Cost
java.lang.Object
org.damap.base.rest.madmp.dto.Cost
The Cost Items Schema
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe Cost Currency Code SchemaThe Cost Description SchemagetTitle()The Cost Title SchemagetValue()The Cost Value SchemainthashCode()voidsetAdditionalProperty(String name, Object value) voidsetCurrencyCode(Cost.CurrencyCode currencyCode) The Cost Currency Code SchemavoidsetDescription(String description) The Cost Description SchemavoidThe Cost Title SchemavoidThe Cost Value SchematoString()
-
Constructor Details
-
Cost
public Cost()
-
-
Method Details
-
getCurrencyCode
The Cost Currency Code SchemaAllowed values defined by ISO 4217
-
setCurrencyCode
The Cost Currency Code SchemaAllowed values defined by ISO 4217
-
getDescription
The Cost Description SchemaCost(s) Description
-
setDescription
The Cost Description SchemaCost(s) Description
-
getTitle
The Cost Title SchemaTitle (Required)
-
setTitle
The Cost Title SchemaTitle (Required)
-
getValue
The Cost Value SchemaValue
-
setValue
The Cost Value SchemaValue
-
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-