@Entity public class EDependency extends Object implements de.taimos.dao.IEntity<Long>, de.cinovo.cloudconductor.api.model.INamed
| Constructor and Description |
|---|
EDependency() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getId() |
String |
getName() |
String |
getOperator() |
de.cinovo.cloudconductor.api.DependencyType |
getType() |
String |
getVersion() |
int |
hashCode() |
void |
setId(Long id) |
void |
setName(String name) |
void |
setOperator(String operator) |
void |
setType(de.cinovo.cloudconductor.api.DependencyType type) |
void |
setVersion(String version) |
public Long getId()
getId in interface de.taimos.dao.IEntity<Long>public void setId(Long id)
id - the id to setpublic de.cinovo.cloudconductor.api.DependencyType getType()
public void setType(de.cinovo.cloudconductor.api.DependencyType type)
type - the type to setpublic String getName()
getName in interface de.cinovo.cloudconductor.api.model.INamedpublic void setName(String name)
name - the name to setpublic String getOperator()
public void setOperator(String operator)
operator - the operator to setpublic String getVersion()
public void setVersion(String version)
version - the version to setCopyright © 2014 Cinovo AG. All Rights Reserved.