public class SlashImpl extends Object implements Slash
| Constructor and Description |
|---|
SlashImpl() |
| Modifier and Type | Method and Description |
|---|---|
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(Object obj) |
Integer |
getComments() |
String |
getDepartment() |
Integer[] |
getHitParade() |
Class<Slash> |
getInterface()
Returns the interface the copyFrom works on.
|
String |
getSection() |
String |
getUri()
Returns the URI of the module.
|
void |
setComments(Integer comments) |
void |
setDepartment(String department) |
void |
setHitParade(Integer[] hitParade) |
void |
setSection(String section) |
public String getSection()
getSection in interface Slashpublic void setSection(String section)
setSection in interface Slashpublic String getDepartment()
getDepartment in interface Slashpublic void setDepartment(String department)
setDepartment in interface Slashpublic Integer getComments()
getComments in interface Slashpublic void setComments(Integer comments)
setComments in interface Slashpublic Integer[] getHitParade()
getHitParade in interface Slashpublic void setHitParade(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 Object clone()
Modulepublic String getUri()
Modulepublic Class<Slash> getInterface()
CopyFromThis is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface in interface CopyFromCopyright © 2025. All rights reserved.