@Entity public class DepositoryImpl extends Object
| Constructor and Description |
|---|
DepositoryImpl()
Default constructor.
|
DepositoryImpl(String id,
String name,
MeasurementTypeImpl type,
OrganizationImpl org) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId() |
String |
getName() |
OrganizationImpl |
getOrg() |
Long |
getPk() |
MeasurementTypeImpl |
getType() |
int |
hashCode() |
ServerProperties |
serverProperties() |
void |
serverProperties(ServerProperties serverProperties) |
void |
setId(String id) |
void |
setName(String name) |
void |
setOrg(OrganizationImpl org) |
void |
setType(MeasurementTypeImpl type) |
Depository |
toDepository() |
String |
toString() |
public DepositoryImpl()
public DepositoryImpl(String id, String name, MeasurementTypeImpl type, OrganizationImpl org)
id - the id.name - the name.type - the type.org - the organization.public String getId()
public String getName()
public OrganizationImpl getOrg()
public Long getPk()
public MeasurementTypeImpl getType()
public ServerProperties serverProperties()
public void serverProperties(ServerProperties serverProperties)
serverProperties - the serverProperties to setpublic void setId(String id)
id - the id to setpublic void setName(String name)
name - the name to setpublic void setOrg(OrganizationImpl org)
org - the org to setpublic void setType(MeasurementTypeImpl type)
type - the type to setpublic Depository toDepository()
Copyright © 2015 Collaborative Software Development Laboratory. All rights reserved.