Java Code Examples for com.rometools.rome.feed.impl.ToStringBean#toString()

The following examples show how to use com.rometools.rome.feed.impl.ToStringBean#toString() . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: MediaGroup.java    From rome with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
    return ToStringBean.toString(this.getClass(), this);
}
 
Example 2
Source File: Attribute.java    From rome with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
    return ToStringBean.toString(Attribute.class, this);
}
 
Example 3
Source File: PlayerReference.java    From rome with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
    return ToStringBean.toString(this.getClass(), this);
}
 
Example 4
Source File: MediaContent.java    From rome with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
    return ToStringBean.toString(MediaContent.class, this);
}
 
Example 5
Source File: SleEntryImpl.java    From rome with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
    return ToStringBean.toString(SleEntryImpl.class, this);
}
 
Example 6
Source File: Atmosphere.java    From rome with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
    return ToStringBean.toString(Atmosphere.class, this);
}
 
Example 7
Source File: PhotocastModuleImpl.java    From rome with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
    return ToStringBean.toString(PhotocastModuleImpl.class, this);
}
 
Example 8
Source File: License.java    From rome with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
    return ToStringBean.toString(License.class, this);
}
 
Example 9
Source File: MediaEntryModuleImpl.java    From rome with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
    return ToStringBean.toString(MediaEntryModuleImpl.class, this);
}
 
Example 10
Source File: ThreadingModuleImpl.java    From rome with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
    return ToStringBean.toString(ThreadingModuleImpl.class, this);
}
 
Example 11
Source File: WireFeed.java    From rome with Apache License 2.0 2 votes vote down vote up
/**
 * Returns the String representation for the object.
 * <p>
 *
 * @return String representation for the object.
 *
 */
@Override
public String toString() {
    return ToStringBean.toString(this.getClass(), this);
}
 
Example 12
Source File: Cloud.java    From rome with Apache License 2.0 2 votes vote down vote up
/**
 * Returns the String representation for the object.
 * <p>
 *
 * @return String representation for the object.
 *
 */
@Override
public String toString() {
    return ToStringBean.toString(this.getClass(), this);
}
 
Example 13
Source File: Category.java    From rome with Apache License 2.0 2 votes vote down vote up
/**
 * Returns the String representation for the object.
 * <p>
 *
 * @return String representation for the object.
 *
 */
@Override
public String toString() {
    return ToStringBean.toString(this.getClass(), this);
}
 
Example 14
Source File: Content.java    From rome with Apache License 2.0 2 votes vote down vote up
/**
 * Returns the String representation for the object.
 * <p>
 *
 * @return String representation for the object.
 *
 */
@Override
public String toString() {
    return ToStringBean.toString(this.getClass(), this);
}
 
Example 15
Source File: Generator.java    From rome with Apache License 2.0 2 votes vote down vote up
/**
 * Returns the String representation for the object.
 * <p>
 *
 * @return String representation for the object.
 *
 */
@Override
public String toString() {
    return ToStringBean.toString(this.getClass(), this);
}
 
Example 16
Source File: SyndLinkImpl.java    From rome with Apache License 2.0 2 votes vote down vote up
/**
 * Returns the String representation for the object.
 * <p>
 *
 * @return String representation for the object.
 *
 */
@Override
public String toString() {
    return ToStringBean.toString(this.getClass(), this);
}
 
Example 17
Source File: Description.java    From rome with Apache License 2.0 2 votes vote down vote up
/**
 * Returns the String representation for the object.
 * <p>
 *
 * @return String representation for the object.
 *
 */
@Override
public String toString() {
    return ToStringBean.toString(this.getClass(), this);
}
 
Example 18
Source File: SyndImageImpl.java    From rome with Apache License 2.0 2 votes vote down vote up
/**
 * Returns the String representation for the object.
 * <p>
 *
 * @return String representation for the object.
 *
 */
@Override
public String toString() {
    return ToStringBean.toString(SyndImage.class, this);
}
 
Example 19
Source File: SyndContentImpl.java    From rome with Apache License 2.0 2 votes vote down vote up
/**
 * Returns the String representation for the object.
 * <p>
 *
 * @return String representation for the object.
 *
 */
@Override
public String toString() {
    return ToStringBean.toString(SyndContent.class, this);
}
 
Example 20
Source File: Content.java    From rome with Apache License 2.0 2 votes vote down vote up
/**
 * Returns the String representation for the object.
 * <p>
 *
 * @return String representation for the object.
 *
 */
@Override
public String toString() {
    return ToStringBean.toString(this.getClass(), this);
}