de.matthias_burbach.uml
Class DefaultClass
java.lang.Object
de.matthias_burbach.uml.DefaultClass
- All Implemented Interfaces:
- Class
- public class DefaultClass
- extends java.lang.Object
- implements Class
- Author:
- Matthias Burbach
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
stereotype
private java.lang.String stereotype
name
private java.lang.String name
attributes
private java.util.Vector attributes
methods
private java.util.Vector methods
DefaultClass
public DefaultClass()
getStereotype
public java.lang.String getStereotype()
- Specified by:
getStereotype in interface Class
- Returns:
- the stereotype
setStereotype
public void setStereotype(java.lang.String stereotype)
- Specified by:
setStereotype in interface Class
- Parameters:
stereotype - the stereotype
getName
public java.lang.String getName()
- Specified by:
getName in interface Class
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface Class
- Parameters:
name - the name
getAttributes
public java.util.Vector getAttributes()
- Specified by:
getAttributes in interface Class
- Returns:
- the attributes
setAttributes
public void setAttributes(java.util.Vector attributes)
- Specified by:
setAttributes in interface Class
- Parameters:
attributes - the attributes
getMethods
public java.util.Vector getMethods()
- Specified by:
getMethods in interface Class
- Returns:
- the methods
setMethods
public void setMethods(java.util.Vector methods)
- Specified by:
setMethods in interface Class
- Parameters:
methods - the methods
toString
public java.lang.String toString()