public class ThreadingModuleImpl extends ModuleImpl implements ThreadingModule
URI| Constructor and Description |
|---|
ThreadingModuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a deep 'bean' clone of the object.
|
void |
copyFrom(CopyFrom copyFrom)
Copies all the properties of the given bean into this one.
|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one as defined by the Object equals()
method.
|
java.lang.String |
getHref() |
java.lang.Class<? extends CopyFrom> |
getInterface()
Returns the interface the copyFrom works on.
|
java.lang.String |
getRef() |
java.lang.String |
getSource() |
java.lang.String |
getType() |
int |
hashCode()
Returns a hashcode value for the object.
|
void |
setHref(java.lang.String href) |
void |
setRef(java.lang.String ref) |
void |
setSource(java.lang.String source) |
void |
setType(java.lang.String type) |
java.lang.String |
toString()
Returns the String representation for the object.
|
getUripublic 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 copyFrom)
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 getRef()
getRef in interface ThreadingModulepublic void setRef(java.lang.String ref)
setRef in interface ThreadingModulepublic java.lang.String getType()
getType in interface ThreadingModulepublic void setType(java.lang.String type)
setType in interface ThreadingModulepublic java.lang.String getHref()
getHref in interface ThreadingModulepublic void setHref(java.lang.String href)
setHref in interface ThreadingModulepublic java.lang.String getSource()
getSource in interface ThreadingModulepublic void setSource(java.lang.String source)
setSource in interface ThreadingModulepublic java.lang.Object clone()
ModuleImplclone in interface Moduleclone in class ModuleImplpublic boolean equals(java.lang.Object obj)
ModuleImplequals in class ModuleImplobj - he reference object with which to compare.public int hashCode()
ModuleImplIt follows the contract defined by the Object hashCode() method.
hashCode in class ModuleImplpublic java.lang.String toString()
ModuleImpltoString in class ModuleImplCopyright © 2025. All rights reserved.