public class ProfileModel extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACTIVATION_DATE |
static String |
CREATION_DATE |
static String |
DEACTIVATION_DATE |
static String |
LAST_UPDATE |
static String |
TAG_DESCRIPTION |
static String |
TAG_FORMAT |
static String |
TAG_IDENTIFIER |
static String |
TAG_NAME |
static String |
TAG_PATH |
static String |
TAG_STATUS |
Constructor and Description |
---|
ProfileModel()
Constructor without fields use for jackson
|
Modifier and Type | Method and Description |
---|---|
String |
getActivationdate() |
String |
getCreationdate() |
String |
getDeactivationdate() |
String |
getDescription()
Get the profile description
|
ProfileFormat |
getFormat()
Get the format of the profile file (xsd, rng, ...)
|
String |
getId() |
String |
getIdentifier()
Get the identifier of the profile
|
String |
getLastupdate() |
String |
getName()
Get name of the profile
|
String |
getPath() |
ProfileStatus |
getStatus()
Get the profile status
|
Integer |
getTenant() |
Integer |
getVersion() |
ProfileModel |
setActivationdate(String activationdate) |
ProfileModel |
setCreationdate(String creationdate) |
ProfileModel |
setDeactivationdate(String deactivationdate) |
ProfileModel |
setDescription(String description)
Set or change the profile description
|
ProfileModel |
setFormat(ProfileFormat format)
Set the profile file format (xsd, rng, ...)
|
ProfileModel |
setId(String id) |
ProfileModel |
setIdentifier(String identifier)
Set the identifier of the profile This value must be unique by tenant
|
ProfileModel |
setLastupdate(String lastupdate) |
ProfileModel |
setName(String name)
Set or change the profile name
|
ProfileModel |
setPath(String path)
Profile path in storage
|
ProfileModel |
setStatus(ProfileStatus status)
Set or change the profile status
|
ProfileModel |
setTenant(Integer tenant) |
void |
setVersion(Integer version) |
public static final String TAG_IDENTIFIER
public static final String TAG_NAME
public static final String TAG_DESCRIPTION
public static final String TAG_STATUS
public static final String TAG_FORMAT
public static final String TAG_PATH
public static final String CREATION_DATE
public static final String LAST_UPDATE
public static final String ACTIVATION_DATE
public static final String DEACTIVATION_DATE
public String getId()
public ProfileModel setId(String id)
id
- value to set fieldpublic Integer getTenant()
public ProfileModel setTenant(Integer tenant)
tenant
- value to set working tenantpublic Integer getVersion()
public void setVersion(Integer version)
version
- public String getIdentifier()
public ProfileModel setIdentifier(String identifier)
identifier
- as Stringpublic String getName()
public ProfileModel setName(String name)
name
- as String to setpublic String getDescription()
public ProfileModel setDescription(String description)
description
- to setpublic ProfileStatus getStatus()
public ProfileModel setStatus(ProfileStatus status)
status
- toi setpublic ProfileFormat getFormat()
public ProfileModel setFormat(ProfileFormat format)
format
- public String getPath()
public ProfileModel setPath(String path)
path
- public String getCreationdate()
public ProfileModel setCreationdate(String creationdate)
creationdate
- to setpublic String getLastupdate()
public ProfileModel setLastupdate(String lastupdate)
lastupdate
- to setpublic String getActivationdate()
public ProfileModel setActivationdate(String activationdate)
activationdate
- to setpublic String getDeactivationdate()
public ProfileModel setDeactivationdate(String deactivationdate)
deactivationdate
- to setCopyright © 2018 Vitam. All rights reserved.