public abstract class AssociatedContentDV extends Object implements Serializable
| Constructor and Description |
|---|
AssociatedContentDV()
Instantiates a new associated content.
|
AssociatedContentDV(long id,
String policy,
String licenseID,
String titolo,
Date creationTime,
RecordDV record)
Instantiates a new associated content.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationTime()
Gets the creation time.
|
long |
getId()
Gets the id.
|
String |
getLicenseID()
Gets the license ID.
|
String |
getPolicy()
Gets the policy.
|
RecordDV |
getRecord()
Gets the record.
|
String |
getTitolo()
Gets the titolo.
|
void |
setCreationTime(Date creationTime)
Sets the creation time.
|
void |
setId(long id)
Sets the id.
|
void |
setLicenseID(String licenseID)
Sets the license ID.
|
void |
setPolicy(String policy)
Sets the policy.
|
void |
setRecord(RecordDV record)
Sets the record.
|
void |
setTitolo(String titolo)
Sets the titolo.
|
String |
toString()
To string.
|
public AssociatedContentDV()
public AssociatedContentDV(long id,
String policy,
String licenseID,
String titolo,
Date creationTime,
RecordDV record)
id - the idpolicy - the policylicenseID - the license IDtitolo - the titolocreationTime - the creation timerecord - the recordpublic long getId()
public void setId(long id)
id - the new idpublic String getPolicy()
public void setPolicy(String policy)
policy - the new policypublic String getLicenseID()
public void setLicenseID(String licenseID)
licenseID - the new license IDpublic String getTitolo()
public void setTitolo(String titolo)
titolo - the new titolopublic Date getCreationTime()
public void setCreationTime(Date creationTime)
creationTime - the new creation timepublic RecordDV getRecord()
public void setRecord(RecordDV record)
record - the new recordCopyright © 2022. All Rights Reserved.