Class AgenciesModel
java.lang.Object
fr.gouv.vitam.common.model.administration.AgenciesModel
Data Transfer Object Model of Agency
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
ConstructorDescriptionempty constructorAgenciesModel
(String identifier, String name, String description, int tenant) Constructor of AgencyModel -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getName()
int
hashCode()
setAlternativeForm
(List<String> alternativeForm) setAuthorizedForm
(List<String> authorizedForm) setBiogHist
(String biogHist) setCreationDate
(String creationDate) setDescription
(String description) setEntityId
(String entityId) setEntityType
(String entityType) setEventDescription
(String eventDescription) setFromDate
(String fromDate) setFunctions
(List<String> functions) setGeneralContext
(String generalContext) setIdentifier
(String identifier) setLegalStatuses
(List<String> legalStatuses) setLocalStatus
(String localStatus) setMaintenanceStatus
(String maintenanceStatus) setMandates
(List<String> mandates) setNameEntryParallel
(List<String> nameEntryParallel) setSources
(List<String> sources) setStructureOrGenealogy
(String structureOrGenealogy) setUpdateDate
(String updateDate) setVersion
(Integer version)
-
Field Details
-
TAG_NAME
- See Also:
-
TAG_IDENTIFIER
- See Also:
-
TAG_DESCRIPTION
- See Also:
-
TAG_ENTITY_TYPE
- See Also:
-
TAG_NAME_ENTRY_PARALLEL
- See Also:
-
TAG_AUTHORIZED_FORM
- See Also:
-
TAG_ALTERNATIVE_FORM
- See Also:
-
TAG_ENTITY_ID
- See Also:
-
TAG_FROM_DATE
- See Also:
-
TAG_TO_DATE
- See Also:
-
TAG_FUNCTIONS
- See Also:
-
TAG_BIOG_HIST
- See Also:
-
TAG_PLACES
- See Also:
-
TAG_LEGAL_STATUSES
- See Also:
-
TAG_MANDATES
- See Also:
-
TAG_STRUCTURE_OR_GENEALOGY
- See Also:
-
TAG_GENERAL_CONTEXT
- See Also:
-
TAG_CREATION_DATE
- See Also:
-
TAG_UPDATE_DATE
- See Also:
-
TAG_MAINTENANCE_STATUS
- See Also:
-
TAG_LOCAL_STATUS
- See Also:
-
TAG_SOURCES
- See Also:
-
TAG_EVENT_DESCRIPTION
- See Also:
-
-
Constructor Details
-
AgenciesModel
Constructor of AgencyModel- Parameters:
identifier
-name
-description
-
-
AgenciesModel
public AgenciesModel()empty constructor
-
-
Method Details
-
getId
- Returns:
- id
-
setId
- Parameters:
id
-- Returns:
- AgencyModel
-
getTenant
- Returns:
- tenant
-
setTenant
- Parameters:
tenant
- value to set working tenant- Returns:
- this
-
getVersion
- Returns:
- version
-
setVersion
- Parameters:
version
-
-
getName
- Returns:
- name
-
setName
- Parameters:
name
-
-
getIdentifier
- Returns:
- identifier
-
setIdentifier
- Parameters:
identifier
-- Returns:
- AgencyModel
-
getDescription
- Returns:
- last update of Agency
-
setDescription
- Parameters:
description
- to set- Returns:
- this
-
getEntityType
-
getNameEntryParallel
-
getAuthorizedForm
-
getAlternativeForm
-
getEntityId
-
getFromDate
-
getToDate
-
getFunctions
-
getBiogHist
-
getPlaces
-
getLegalStatuses
-
getMandates
-
getStructureOrGenealogy
-
getGeneralContext
-
getCreationDate
-
getUpdateDate
-
getMaintenanceStatus
-
getLocalStatus
-
getSources
-
getEventDescription
-
setEntityType
-
setNameEntryParallel
-
setAuthorizedForm
-
setAlternativeForm
-
setEntityId
-
setFromDate
-
setToDate
-
setFunctions
-
setBiogHist
-
setPlaces
-
setLegalStatuses
-
setMandates
-
setStructureOrGenealogy
-
setGeneralContext
-
setCreationDate
-
setUpdateDate
-
setMaintenanceStatus
-
setLocalStatus
-
setSources
-
setEventDescription
-
getAllFieldNames
-
equals
-
hashCode
public int hashCode()
-