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 Slash
public void setSection(String section)
setSection
in interface Slash
public String getDepartment()
getDepartment
in interface Slash
public void setDepartment(String department)
setDepartment
in interface Slash
public Integer getComments()
getComments
in interface Slash
public void setComments(Integer comments)
setComments
in interface Slash
public Integer[] getHitParade()
getHitParade
in interface Slash
public void setHitParade(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 Object clone()
Module
public String getUri()
Module
public Class<Slash> getInterface()
CopyFrom
This is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface
in interface CopyFrom
Copyright © 2023. All rights reserved.