Class Metadata
java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.Metadata
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="changedAt" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="createdAt" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the changedAt property.Gets the value of the createdAt property.getValue()Gets the value of the value property.voidsetChangedAt(String value) Sets the value of the changedAt property.voidsetCreatedAt(String value) Sets the value of the createdAt property.voidSets the value of the value property.
-
Field Details
-
value
The value. -
changedAt
The changed at. -
createdAt
The created at.
-
-
Constructor Details
-
Metadata
public Metadata()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getChangedAt
Gets the value of the changedAt property.- Returns:
- possible object is
String
-
setChangedAt
Sets the value of the changedAt property.- Parameters:
value- allowed object isString
-
getCreatedAt
Gets the value of the createdAt property.- Returns:
- possible object is
String
-
setCreatedAt
Sets the value of the createdAt property.- Parameters:
value- allowed object isString
-