public class ReportImpl extends Object implements Report
| Constructor and Description |
|---|
ReportImpl(long id,
String name,
long installationDate,
long installedBy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
long |
getId() |
Date |
getInstallationDate() |
long |
getInstalledBy() |
String |
getName() |
int |
hashCode() |
boolean |
isProvided() |
void |
setDescription(String description) |
void |
setProvided(boolean provided) |
public ReportImpl(long id,
String name,
long installationDate,
long installedBy)
public boolean isProvided()
isProvided in interface Reportpublic String getDescription()
getDescription in interface Reportpublic Date getInstallationDate()
getInstallationDate in interface Reportpublic long getInstalledBy()
getInstalledBy in interface Reportpublic void setProvided(boolean provided)
public void setDescription(String description)
Copyright © 2013 BonitaSoft. All Rights Reserved.