net.jangaroo.jooc.model
Class NamedModel

java.lang.Object
  extended by net.jangaroo.jooc.model.NamedModel
All Implemented Interfaces:
ActionScriptModel
Direct Known Subclasses:
AnnotationPropertyModel, DocumentedModel

public abstract class NamedModel
extends Object
implements ActionScriptModel

Created with IntelliJ IDEA. User: fwienber Date: 15.05.12 Time: 00:12 To change this template use File | Settings | File Templates.


Constructor Summary
NamedModel()
           
NamedModel(String name)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 int hashCode()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.jangaroo.jooc.model.ActionScriptModel
visit
 

Constructor Detail

NamedModel

public NamedModel()

NamedModel

public NamedModel(String name)
Method Detail

getName

public String getName()

setName

public void setName(String name)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2013 CoreMedia AG. All Rights Reserved.