| Constructor and Description |
|---|
SimpleChapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(CopyFrom obj)
Copies all the properties of the given bean into this one.
|
java.lang.String |
getHref() |
java.lang.String |
getImage() |
java.lang.Class<? extends CopyFrom> |
getInterface()
Returns the interface the copyFrom works on.
|
java.lang.String |
getStart() |
java.lang.String |
getTitle() |
void |
setHref(java.lang.String href) |
void |
setImage(java.lang.String image) |
void |
setStart(java.lang.String start) |
void |
setTitle(java.lang.String title) |
java.lang.String |
toString() |
public java.lang.String getStart()
public void setStart(java.lang.String start)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public java.lang.String getHref()
public void setHref(java.lang.String href)
public java.lang.String getImage()
public void setImage(java.lang.String image)
public java.lang.Class<? extends CopyFrom> getInterface()
CopyFromThis is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface in interface CopyFrompublic void copyFrom(CopyFrom obj)
CopyFromAny existing properties in this bean are lost.
This method is useful for moving from one implementation of a bean interface to another. For example from the default SyndFeed bean implementation to a Hibernate ready implementation.
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2025. All rights reserved.