public final class Metadata extends Object implements Serializable
The Metadata is the information which is needed as part of storing or reading Data. This includes the Id of the data, the CircleId for the Circle it belongs to. If the data is stored in a Structure, the FolderId. Another important part of the Data is the name of the Data object, and the DataType of it, and finally the date when it was added.
Constructor and Description |
---|
Metadata() |
Modifier and Type | Method and Description |
---|---|
Date |
getAdded() |
String |
getCircleId() |
String |
getDataId() |
String |
getDataName() |
String |
getFolderId() |
String |
getTypeName() |
void |
setAdded(Date added) |
void |
setCircleId(String circleId) |
void |
setDataId(String dataId) |
void |
setDataName(String dataName) |
void |
setFolderId(String folderId) |
void |
setTypeName(String typeName) |
String |
toString() |
public void setDataId(String dataId)
public String getDataId()
public void setCircleId(String circleId)
public String getCircleId()
public void setFolderId(String folderId)
public String getFolderId()
public void setDataName(String dataName)
public String getDataName()
public void setTypeName(String typeName)
public String getTypeName()
public void setAdded(Date added)
public Date getAdded()
Copyright © 2019 JavaDog.io. All rights reserved.