net.sf.exorcist.midgard
Class MidgardProperty
java.lang.Object
net.sf.exorcist.midgard.MidgardProperty
public class MidgardProperty
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MidgardProperty
public MidgardProperty()
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name to set.
getType
public java.lang.String getType()
- Returns:
- Returns the type.
setType
public void setType(java.lang.String type)
- Parameters:
type
- The type to set.
getLink
public MidgardType getLink()
- Returns:
- Returns the link.
setLink
public void setLink(MidgardType link)
- Parameters:
link
- The link to set.
Copyright © 2005 The Exorcist Team @ SourceForge. All Rights Reserved.