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