public class BaseModelResource extends Object implements Serializable
Constructor and Description |
---|
BaseModelResource() |
Modifier and Type | Method and Description |
---|---|
boolean |
canEqual(Object obj) |
boolean |
equals(Object obj) |
String |
getCategory() |
Date |
getCreated() |
String |
getDescription() |
String |
getETag() |
Date |
getModified() |
String |
getName() |
String |
getResourceId() |
String |
getState() |
String |
getStatus() |
String |
getType() |
String |
getUri() |
int |
hashCode() |
void |
setCategory(String category) |
void |
setCreated(Date created) |
void |
setDescription(String description) |
void |
setETag(String eTag) |
void |
setModified(Date modified) |
void |
setName(String name) |
void |
setState(String state) |
void |
setStatus(String status) |
void |
setType(String type) |
void |
setUri(String uri) |
String |
toJsonString() |
String |
toString() |
public String getCategory()
public void setCategory(String category)
category
- the category to setpublic Date getCreated()
public void setCreated(Date created)
created
- the created to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic String getETag()
public void setETag(String eTag)
eTag
- the eTag to setpublic Date getModified()
public void setModified(Date modified)
modified
- the modified to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getState()
public void setState(String state)
state
- the state to setpublic String getStatus()
public void setStatus(String status)
status
- the status to setpublic String getType()
public void setType(String type)
type
- the type to setpublic String getUri()
public void setUri(String uri)
uri
- the uri to setpublic String getResourceId()
public boolean canEqual(Object obj)
public String toJsonString()
Copyright © 2017. All rights reserved.