public abstract class RecordDV extends Object implements Serializable
| Constructor and Description |
|---|
RecordDV()
Instantiates a new record.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationTime()
Gets the creation time.
|
String |
getCreationUser()
Gets the creation user.
|
String |
getFolderId()
Gets the folder id.
|
String |
getItemId()
Gets the item id.
|
Date |
getLastUpdateTime()
Gets the last update time.
|
String |
getLastUpdateUser()
Gets the last update user.
|
String |
getLicenzaID()
Gets the licenza ID.
|
String |
getNome()
Gets the nome.
|
String |
getPolicy()
Gets the accesso.
|
String |
getRecordType()
Gets the record type.
|
String |
getVersion()
Gets the version.
|
void |
setCreationTime(Date creationTime)
Sets the creation time.
|
void |
setCreationUser(String creationUser)
Sets the creation user.
|
void |
setFolderId(String folderId)
Sets the folder id.
|
void |
setItemId(String itemId)
Sets the item id.
|
void |
setLastUpdateTime(Date date)
Sets the last update time.
|
void |
setLastUpdateUser(String lastUpdateUser)
Sets the last update user.
|
void |
setLicenzaID(String licenzaID)
Sets the licenza ID.
|
void |
setNome(String nome)
Sets the nome.
|
void |
setPolicy(String policy)
Sets the accesso.
|
void |
setRecordType(String recordType)
Sets the record type.
|
void |
setVersion(String version)
Sets the version.
|
String |
toString()
To string.
|
public String getItemId()
public void setItemId(String itemId)
itemId - the new item idpublic String getRecordType()
public void setRecordType(String recordType)
recordType - the new record typepublic String getVersion()
public void setVersion(String version)
version - the new versionpublic String getLicenzaID()
public void setLicenzaID(String licenzaID)
licenzaID - the new licenza IDpublic String getPolicy()
public void setPolicy(String policy)
policy - the new policypublic String getNome()
public void setNome(String nome)
nome - the new nomepublic String getFolderId()
public void setFolderId(String folderId)
folderId - the new folder idpublic Date getLastUpdateTime()
public void setLastUpdateTime(Date date)
date - the new last update timepublic String getLastUpdateUser()
public void setLastUpdateUser(String lastUpdateUser)
lastUpdateUser - the new last update userpublic Date getCreationTime()
public void setCreationTime(Date creationTime)
creationTime - the new creation timepublic String getCreationUser()
public void setCreationUser(String creationUser)
creationUser - the new creation userCopyright © 2021. All Rights Reserved.