nl.tudelft.tbm.eeni.owl2java.model.jmodel
Class JMapped

java.lang.Object
  extended by nl.tudelft.tbm.eeni.owl2java.model.jmodel.JMapped
All Implemented Interfaces:
IName, IReporting
Direct Known Subclasses:
JClass, JProperty

public class JMapped
extends Object
implements IReporting, IName


Constructor Summary
JMapped(String name, String mappedTo)
           
 
Method Summary
 boolean equals(Object other)
           
 String getComment()
           
 String getJavaNameCaps()
           
 String getJModelReport()
           
 String getMapUri()
           
 String getName()
           
 int hashCode()
           
 void setComment(String comment)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMapped

public JMapped(String name,
               String mappedTo)
Method Detail

getJModelReport

public String getJModelReport()
Specified by:
getJModelReport in interface IReporting

getName

public String getName()
Specified by:
getName in interface IName

getComment

public String getComment()

setComment

public void setComment(String comment)

getMapUri

public String getMapUri()

getJavaNameCaps

public String getJavaNameCaps()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011. All Rights Reserved.