public class SlashImpl extends java.lang.Object implements Slash
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Integer |
comments |
private java.lang.String |
department |
private java.lang.Integer[] |
hitParade |
private java.lang.String |
section |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
SlashImpl() |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.Integer[] |
arrayCopy(java.lang.Integer[] source) |
java.lang.Object |
clone()
Creates a deep clone of the object.
|
void |
copyFrom(CopyFrom object)
Copies all the properties of the given bean into this one.
|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getComments() |
java.lang.String |
getDepartment() |
java.lang.Integer[] |
getHitParade() |
java.lang.Class<Slash> |
getInterface()
Returns the interface the copyFrom works on.
|
java.lang.String |
getSection() |
java.lang.String |
getUri()
Returns the URI of the module.
|
void |
setComments(java.lang.Integer comments) |
void |
setDepartment(java.lang.String department) |
void |
setHitParade(java.lang.Integer[] hitParade) |
void |
setSection(java.lang.String section) |
private static final long serialVersionUID
private java.lang.String section
private java.lang.String department
private java.lang.Integer comments
private java.lang.Integer[] hitParade
public java.lang.String getSection()
getSection in interface Slashpublic void setSection(java.lang.String section)
setSection in interface Slashpublic java.lang.String getDepartment()
getDepartment in interface Slashpublic void setDepartment(java.lang.String department)
setDepartment in interface Slashpublic java.lang.Integer getComments()
getComments in interface Slashpublic void setComments(java.lang.Integer comments)
setComments in interface Slashpublic java.lang.Integer[] getHitParade()
getHitParade in interface Slashpublic void setHitParade(java.lang.Integer[] hitParade)
setHitParade in interface Slashpublic void copyFrom(CopyFrom object)
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.Object clone()
Modulepublic java.lang.String getUri()
Moduleprivate java.lang.Integer[] arrayCopy(java.lang.Integer[] source)
public java.lang.Class<Slash> getInterface()
CopyFromThis is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface in interface CopyFrompublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object