@Entity public class Group extends Object implements IDataProviderEntity
Constructor and Description |
---|
Group() |
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
Date |
getInserted() |
Long |
getInsertedby() |
String |
getName() |
Date |
getUpdated() |
Long |
getUpdatedby() |
boolean |
isDeleted() |
void |
setDeleted(boolean deleted) |
void |
setId(Long id) |
void |
setInserted(Date inserted) |
void |
setInsertedby(Long insertedby) |
void |
setName(String name) |
void |
setUpdated(Date updated) |
void |
setUpdatedby(Long updatedby) |
String |
toString() |
public Long getInsertedby()
public void setInsertedby(Long insertedby)
public String getName()
public void setName(String name)
public Long getId()
getId
in interface IDataProviderEntity
public void setId(Long id)
setId
in interface IDataProviderEntity
public Long getUpdatedby()
public void setUpdatedby(Long updatedby)
public Date getInserted()
public void setInserted(Date inserted)
public Date getUpdated()
public void setUpdated(Date updated)
public boolean isDeleted()
public void setDeleted(boolean deleted)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.