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 Slash
public void setSection(java.lang.String section)
setSection
in interface Slash
public java.lang.String getDepartment()
getDepartment
in interface Slash
public void setDepartment(java.lang.String department)
setDepartment
in interface Slash
public java.lang.Integer getComments()
getComments
in interface Slash
public void setComments(java.lang.Integer comments)
setComments
in interface Slash
public java.lang.Integer[] getHitParade()
getHitParade
in interface Slash
public void setHitParade(java.lang.Integer[] hitParade)
setHitParade
in interface Slash
public void copyFrom(CopyFrom object)
CopyFrom
Any 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()
Module
public java.lang.String getUri()
Module
private java.lang.Integer[] arrayCopy(java.lang.Integer[] source)
public java.lang.Class<Slash> getInterface()
CopyFrom
This is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface
in interface CopyFrom
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object