@Entity public class EPackage extends Object implements de.taimos.dao.IEntity<Long>, de.cinovo.cloudconductor.api.model.INamed
| Constructor and Description |
|---|
EPackage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
Long |
getId() |
String |
getName() |
Set<EPackageVersion> |
getRPMs() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setRPMs(Set<EPackageVersion> rpms) |
public void setId(Long id)
id - the id to setpublic String getName()
getName in interface de.cinovo.cloudconductor.api.model.INamedpublic void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic Set<EPackageVersion> getRPMs()
public void setRPMs(Set<EPackageVersion> rpms)
rpms - the rpms to setCopyright © 2014 Cinovo AG. All Rights Reserved.