public class ObjectType extends Object
| Constructor and Description |
|---|
ObjectType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Integer |
getId() |
Date |
getLastmodifieddate() |
String |
getType() |
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setLastmodifieddate(Date lastmodifieddate) |
void |
setType(String type) |
public String getDescription()
public void setDescription(String description)
public Integer getId()
public void setId(Integer id)
public Date getLastmodifieddate()
public void setLastmodifieddate(Date lastmodifieddate)
public String getType()
public void setType(String type)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.