|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Parent interface for all items. All ice-item derivatives have to implement this interface. The classes that are in this category are:
Ice_item_group
,
Ice_item_content
,
Ice_item_ref
Field Summary |
Type | Field |
---|---|
static int |
CONTENT_TRANSFER_ENCODING_BASE64
This indicates the the transfer encoding of the content is Base64 |
static int |
CONTENT_TRANSFER_ENCODING_X_NATIVE_XML
This indicates the the transfer encoding of the content is native XML |
Method Summary |
Type | Method |
---|---|
void |
enableShowCredit()
|
ISODatetime |
getActivationDate()
|
int |
getContent_transfer_encoding()
Gets the transfer encoding of the content |
java.lang.String |
getContent_type()
Gets the content type of the item |
java.lang.String |
getContentFilename()
|
ISODatetime |
getExpirationDate()
|
Item |
getGroupItem()
This returns the GroupItem if "this" is an ice-item-group |
java.lang.String |
getIntellectualStatus()
|
java.lang.String |
getItemId()
Returns an item identifier |
java.lang.String |
getItemLanguage()
|
java.lang.String |
getLicense()
|
java.lang.String |
getName()
Gets the name of the item |
RefItem |
getRefItem()
This returns the RefItem interface from the ice-item-ref instance |
java.lang.String |
getRightsHolder()
|
ContentItem |
getSingleItem()
This gets the ContentItem interface from the ice-item instance |
java.lang.String |
getSubscriptionElement()
|
boolean |
isGroupItem()
This returns true if the item in question is an ice-item-group |
boolean |
isRefItem()
This returns true if the item in question is an ice-item-ref |
boolean |
isSingleItem()
This returns true if the item in question is a regular ice-item |
void |
setActivationDate(ISODatetime isodatetime)
|
void |
setContent_transfer_encoding(int iContent_transfer_encoding)
Sets the transfer encoding of the content |
void |
setContent_type(java.lang.String theData)
Sets the content type of the item |
void |
setContentFilename(java.lang.String s)
|
void |
setExpirationDate(ISODatetime isodatetime)
|
void |
setIntellectualStatus(java.lang.String szIPStatus)
|
void |
setItemId(java.lang.String s)
Set the item identifier |
void |
setItemLanguage(java.lang.String szLang)
|
void |
setLicense(java.lang.String szLicense)
|
void |
setName(java.lang.String s)
Sets the name of the item |
void |
setRightsHolder(java.lang.String szRights)
|
void |
setSubscriptionElement(java.lang.String s)
|
boolean |
showCredit()
|
Field Detail |
public static final int CONTENT_TRANSFER_ENCODING_BASE64
public static final int CONTENT_TRANSFER_ENCODING_X_NATIVE_XML
Method Detail |
public boolean isSingleItem()
public ContentItem getSingleItem()
public boolean isRefItem()
public RefItem getRefItem()
public boolean isGroupItem()
public Item getGroupItem()
public void setItemId(java.lang.String s)
public java.lang.String getItemId()
public void setName(java.lang.String s)
public java.lang.String getName()
public void setActivationDate(ISODatetime isodatetime)
public ISODatetime getActivationDate()
public void setExpirationDate(ISODatetime isodatetime)
public ISODatetime getExpirationDate()
public void setContentFilename(java.lang.String s)
public java.lang.String getContentFilename()
public void setContent_transfer_encoding(int iContent_transfer_encoding)
public int getContent_transfer_encoding()
public void setContent_type(java.lang.String theData)
public java.lang.String getContent_type()
public void setIntellectualStatus(java.lang.String szIPStatus)
public java.lang.String getIntellectualStatus()
public void setItemLanguage(java.lang.String szLang)
public java.lang.String getItemLanguage()
public void setLicense(java.lang.String szLicense)
public java.lang.String getLicense()
public void setRightsHolder(java.lang.String szRights)
public java.lang.String getRightsHolder()
public void enableShowCredit()
public boolean showCredit()
public void setSubscriptionElement(java.lang.String s)
public java.lang.String getSubscriptionElement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |