public class AgenciesModel extends Object
Modifier and Type | Field and Description |
---|---|
static String |
TAG_DESCRIPTION |
static String |
TAG_IDENTIFIER |
static String |
TAG_NAME |
Constructor and Description |
---|
AgenciesModel()
empty constructor
|
AgenciesModel(String identifier,
String name,
String description)
Constructor of AgencyModel
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getId() |
String |
getIdentifier() |
String |
getName() |
Integer |
getTenant() |
Integer |
getVersion() |
AgenciesModel |
setDescription(String description) |
AgenciesModel |
setId(String id) |
AgenciesModel |
setIdentifier(String identifier) |
void |
setName(String name) |
AgenciesModel |
setTenant(Integer tenant) |
void |
setVersion(Integer version) |
public static final String TAG_NAME
public static final String TAG_IDENTIFIER
public static final String TAG_DESCRIPTION
public AgenciesModel(String identifier, String name, String description)
identifier
- name
- description
- public AgenciesModel()
public String getId()
public AgenciesModel setId(String id)
id
- public Integer getTenant()
public AgenciesModel setTenant(Integer tenant)
tenant
- value to set working tenantpublic Integer getVersion()
public void setVersion(Integer version)
version
- public String getName()
public void setName(String name)
name
- public String getIdentifier()
public AgenciesModel setIdentifier(String identifier)
identifier
- public String getDescription()
public AgenciesModel setDescription(String description)
description
- to setCopyright © 2018 Vitam. All rights reserved.