public class DomainDto extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active |
protected int |
campaign |
protected String |
code |
protected RefLocation |
location |
protected String |
mainContact |
protected String |
name |
protected List<UserDto> |
responsibles |
protected String |
topiaId |
protected DomainType |
type |
| Constructor and Description |
|---|
DomainDto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getCampaign() |
String |
getCode() |
RefLocation |
getLocation() |
String |
getMainContact() |
String |
getName() |
List<UserDto> |
getResponsibles() |
String |
getTopiaId() |
DomainType |
getType() |
int |
hashCode() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setCampaign(int campaign) |
void |
setCode(String code) |
void |
setLocation(RefLocation location) |
void |
setMainContact(String mainContact) |
void |
setName(String name) |
void |
setResponsibles(List<UserDto> responsibles) |
void |
setTopiaId(String topiaId) |
void |
setType(DomainType type) |
protected String topiaId
protected String code
protected int campaign
protected String name
protected String mainContact
protected DomainType type
protected RefLocation location
protected boolean active
public String getTopiaId()
public void setTopiaId(String topiaId)
public String getCode()
public void setCode(String code)
public int getCampaign()
public void setCampaign(int campaign)
public String getName()
public void setName(String name)
public String getMainContact()
public void setMainContact(String mainContact)
public DomainType getType()
public void setType(DomainType type)
public RefLocation getLocation()
public void setLocation(RefLocation location)
public boolean isActive()
public void setActive(boolean active)
Copyright © 2013–2015 Inra. All rights reserved.