|
|||||||||
| Home >> All >> com >> sun >> syndication >> feed >> [ rss overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.syndication.feed.rss
Class Cloud

java.lang.Objectcom.sun.syndication.feed.rss.Cloud
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class Cloud
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable
- extends java.lang.Object
Bean for clouds of RSS feeds.
| Field Summary | |
private java.lang.String |
_domain
|
private com.sun.syndication.feed.impl.ObjectBean |
_objBean
|
private java.lang.String |
_path
|
private int |
_port
|
private java.lang.String |
_protocol
|
private java.lang.String |
_registerProcedure
|
| Constructor Summary | |
Cloud()
Default constructor. |
|
| Method Summary | |
java.lang.Object |
clone()
Creates a deep 'bean' clone of the object. |
boolean |
equals(java.lang.Object other)
Indicates whether some other object is "equal to" this one as defined by the Object equals() method. |
java.lang.String |
getDomain()
Returns the cloud domain. |
java.lang.String |
getPath()
Returns the cloud path. |
int |
getPort()
Returns the cloud port. |
java.lang.String |
getProtocol()
Returns the cloud protocol. |
java.lang.String |
getRegisterProcedure()
Returns the cloud register procedure. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setDomain(java.lang.String domain)
Sets the cloud domain. |
void |
setPath(java.lang.String path)
Sets the cloud path. |
void |
setPort(int port)
Sets the cloud port. |
void |
setProtocol(java.lang.String protocol)
Sets the cloud protocol. |
void |
setRegisterProcedure(java.lang.String registerProcedure)
Sets the cloud register procedure. |
java.lang.String |
toString()
Returns the String representation for the object. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
_objBean
private com.sun.syndication.feed.impl.ObjectBean _objBean
_domain
private java.lang.String _domain
_port
private int _port
_path
private java.lang.String _path
_registerProcedure
private java.lang.String _registerProcedure
_protocol
private java.lang.String _protocol
| Constructor Detail |
Cloud
public Cloud()
- Default constructor. All properties are set to null.
| Method Detail |
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Creates a deep 'bean' clone of the object.
equals
public boolean equals(java.lang.Object other)
- Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
hashCode
public int hashCode()
- Returns a hashcode value for the object.
It follows the contract defined by the Object hashCode() method.
toString
public java.lang.String toString()
- Returns the String representation for the object.
getDomain
public java.lang.String getDomain()
- Returns the cloud domain.
setDomain
public void setDomain(java.lang.String domain)
- Sets the cloud domain.
getPort
public int getPort()
- Returns the cloud port.
setPort
public void setPort(int port)
- Sets the cloud port.
getPath
public java.lang.String getPath()
- Returns the cloud path.
setPath
public void setPath(java.lang.String path)
- Sets the cloud path.
getRegisterProcedure
public java.lang.String getRegisterProcedure()
- Returns the cloud register procedure.
setRegisterProcedure
public void setRegisterProcedure(java.lang.String registerProcedure)
- Sets the cloud register procedure.
getProtocol
public java.lang.String getProtocol()
- Returns the cloud protocol.
setProtocol
public void setProtocol(java.lang.String protocol)
- Sets the cloud protocol.
|
|||||||||
| Home >> All >> com >> sun >> syndication >> feed >> [ rss overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.sun.syndication.feed.rss.Cloud