public final class IptcApplicationRecord extends IptcDataSet
Represents the Application Record dataset.
Constructor and Description |
---|
IptcApplicationRecord()
Initializes a new instance of the
IptcApplicationRecord class. |
Modifier and Type | Method and Description |
---|---|
String |
getByLine()
Gets the byline.
|
String |
getByLineTitle()
Gets the byline title.
|
String |
getCaptionAbstract()
Gets the caption.
|
String |
getCategory()
Gets the category.
|
String |
getCity()
Gets the city.
|
String |
getContact()
Gets the contact.
|
String |
getContentLocationCode()
Gets the content location code.
|
String |
getContentLocationName()
Gets the content location name.
|
String |
getCopyrightNotice()
Gets the copyright notice.
|
String |
getCredit()
Gets the credit.
|
Date |
getDateCreated()
Gets or sets the created date.
|
String |
getHeadline()
Gets the headline.
|
String |
getKeywords()
Gets the keywords.
|
String |
getProgramVersion()
Gets the program version.
|
Date |
getReferenceDate()
Gets or sets the reference date.
|
Date |
getReleaseDate()
Gets or sets the release date.
|
Integer |
getUrgency()
Gets or sets the urgency.
|
void |
setByLine(String value)
Sets the byline.
|
void |
setByLineTitle(String value)
Sets the byline title.
|
void |
setCaptionAbstract(String value)
Sets the caption.
|
void |
setCategory(String value)
Sets the category.
|
void |
setCity(String value)
Sets the city.
|
void |
setContact(String value)
Sets the contact.
|
void |
setContentLocationCode(String value)
Sets the content location code.
|
void |
setContentLocationName(String value)
Sets the content location name.
|
void |
setCopyrightNotice(String value)
Sets the copyright notice.
|
void |
setCredit(String value)
Sets the credit.
|
void |
setDateCreated(Date value)
Sets the created date.
|
void |
setHeadline(String value)
Sets the headline.
|
void |
setKeywords(String value)
Sets the keywords.
|
void |
setProgramVersion(String value)
Sets the program version.
|
void |
setReferenceDate(Date value)
Sets the reference date.
|
void |
setReleaseDate(Date value)
Sets the release date.
|
void |
setUrgency(Integer value)
Sets the urgency.
|
getDataSetNumber, readByIptcTag, toPropertyArray
getByType, getKeys, getMetadataType, iterator, readByStringKey
public IptcApplicationRecord()
Initializes a new instance of the IptcApplicationRecord
class.
public final String getByLine()
Gets the byline.
public final void setByLine(String value)
Sets the byline.
value
- The byline.public final String getByLineTitle()
Gets the byline title.
public final void setByLineTitle(String value)
Sets the byline title.
value
- The byline title.public final String getContentLocationCode()
Gets the content location code.
public final void setContentLocationCode(String value)
Sets the content location code.
value
- The content location code.public final String getContentLocationName()
Gets the content location name.
public final void setContentLocationName(String value)
Sets the content location name.
value
- The name of the content location.public final Date getDateCreated()
Gets or sets the created date.
public final void setDateCreated(Date value)
Sets the created date.
value
- The created date.public final Date getReferenceDate()
Gets or sets the reference date.
public final void setReferenceDate(Date value)
Sets the reference date.
value
- Reference date.public final Date getReleaseDate()
Gets or sets the release date.
public final void setReleaseDate(Date value)
Sets the release date.
value
- The release date.public final String getCategory()
Gets the category.
public final void setCategory(String value)
Sets the category.
value
- The category.public final String getCredit()
Gets the credit.
public final void setCredit(String value)
Sets the credit.
value
- The credit.public final String getHeadline()
Gets the headline.
public final void setHeadline(String value)
Sets the headline.
value
- The headline.public final String getCopyrightNotice()
Gets the copyright notice.
public final void setCopyrightNotice(String value)
Sets the copyright notice.
value
- The copyright notice.public final String getContact()
Gets the contact.
public final void setContact(String value)
Sets the contact.
value
- The contact.public final String getCity()
Gets the city.
public final void setCity(String value)
Sets the city.
value
- The city.public final String getCaptionAbstract()
Gets the caption.
public final void setCaptionAbstract(String value)
Sets the caption.
value
- The caption.public final String getKeywords()
Gets the keywords.
public final void setKeywords(String value)
Sets the keywords.
value
- The keywords.public final String getProgramVersion()
Gets the program version.
public final void setProgramVersion(String value)
Sets the program version.
value
- The program version.public final Integer getUrgency()
Gets or sets the urgency.
public final void setUrgency(Integer value)
Sets the urgency.
value
- The urgency.Copyright © 2019. All rights reserved.