public class CategoryImpl extends Object implements Category
| Constructor and Description |
|---|
CategoryImpl(long id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
long |
getCreator() |
String |
getDescription() |
long |
getId() |
Date |
getLastUpdate() |
String |
getName() |
void |
setCreationDate(Date creationDate) |
void |
setCreator(long creator) |
void |
setDescription(String description) |
void |
setLastUpdate(Date lastUpdate) |
String |
toString() |
public CategoryImpl(long id,
String name)
public long getId()
public String getName()
public String getDescription()
getDescription in interface Categorypublic long getCreator()
getCreator in interface Categorypublic Date getCreationDate()
getCreationDate in interface Categorypublic Date getLastUpdate()
getLastUpdate in interface Categorypublic void setDescription(String description)
public void setCreator(long creator)
public void setCreationDate(Date creationDate)
public void setLastUpdate(Date lastUpdate)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.