|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.model.OnmsEntity
public abstract class OnmsEntity
Abstract OnmsEntity class.
| Constructor Summary | |
|---|---|
OnmsEntity()
|
|
| Method Summary | |
|---|---|
protected static boolean |
hasNewValue(Object newVal,
Object existingVal)
hasNewValue |
abstract void |
visit(EntityVisitor visitor)
visit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OnmsEntity()
| Method Detail |
|---|
protected static boolean hasNewValue(Object newVal,
Object existingVal)
hasNewValue
newVal - a Object object.existingVal - a Object object.
public abstract void visit(EntityVisitor visitor)
visit
visitor - a EntityVisitor object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||