|
Copyright (c) 2000-2002 ChurchillObjects.com | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--churchillobjects.rss4j.RssChannelTextInput
Encapsulates the data and some minor logic regarding an item in the RSS object model. The item contains only those attributes pertaining to a single item and an optional dublin core object.
Field Summary | |
private churchillobjects.rss4j.RssDublinCore |
dublinCore
The dublin core for the input. |
private java.lang.String |
inputDescription
A description for the text input. |
private java.lang.String |
inputLink
The link for the input (the form target). |
private java.lang.String |
inputName
The name of the input (for the form). |
private java.lang.String |
inputTitle
The title of the text input. |
Constructor Summary | |
RssChannelTextInput()
|
Method Summary | |
java.lang.Object |
clone()
Public clone method to allow cloning. |
boolean |
equals(java.lang.Object obj)
Canonical equals method. |
churchillobjects.rss4j.RssDublinCore |
getDublinCore()
Returns the input's dublin core. |
java.lang.String |
getInputDescription()
Returns the input's description. |
java.lang.String |
getInputLink()
Returns the input's link (the action of the form). |
java.lang.String |
getInputName()
Returns the input's name (the name of the form's input tag, for the server to parse when submitted). |
java.lang.String |
getInputTitle()
Returns the input's title. |
int |
hashCode()
Computes the hashcode of this object based on the hashcodes of the objects it contains. |
void |
setDublinCore(churchillobjects.rss4j.RssDublinCore dc)
Sets the input's dublin core. |
void |
setInputDescription(java.lang.String s)
Sets the input's description. |
void |
setInputLink(java.lang.String s)
Sets the input's link (the action of the form). |
void |
setInputName(java.lang.String s)
Sets the input's name (the name of the form's input tag, for the server to parse when submitted). |
void |
setInputTitle(java.lang.String s)
Sets the input's title. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.lang.String inputTitle
private java.lang.String inputDescription
private java.lang.String inputName
private java.lang.String inputLink
private churchillobjects.rss4j.RssDublinCore dublinCore
Constructor Detail |
public RssChannelTextInput()
Method Detail |
public void setInputTitle(java.lang.String s)
s
- public java.lang.String getInputTitle()
public void setInputDescription(java.lang.String s)
s
- public java.lang.String getInputDescription()
public void setInputName(java.lang.String s)
s
- public java.lang.String getInputName()
public void setInputLink(java.lang.String s)
s
- public java.lang.String getInputLink()
public void setDublinCore(churchillobjects.rss4j.RssDublinCore dc)
setDublinCore
in interface IUsesDublinCore
dc
- public churchillobjects.rss4j.RssDublinCore getDublinCore()
getDublinCore
in interface IUsesDublinCore
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The other object
public java.lang.Object clone()
clone
in class java.lang.Object
|
Copyright (c) 2000-2002 ChurchillObjects.com | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |