Class Meta
- java.lang.Object
-
- de.julielab.concepts.db.core.http.Meta
-
public class Meta extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Meta()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetId()java.lang.StringgetType()booleanisDeleted()voidsetDeleted(boolean deleted)voidsetId(long id)voidsetType(java.lang.String type)java.lang.StringtoString()
-
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(long id)
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
isDeleted
public boolean isDeleted()
-
setDeleted
public void setDeleted(boolean deleted)
-
-