org.eclipse.lyo.oslc4j.core.model
Class ExtendedError

java.lang.Object
  extended by org.eclipse.lyo.oslc4j.core.model.ExtendedError

public class ExtendedError
extends Object


Constructor Summary
ExtendedError()
           
 
Method Summary
 String getHintHeight()
           
 String getHintWidth()
           
 URI getMoreInfo()
           
 String getRel()
           
 void setHintHeight(String hintHeight)
           
 void setHintWidth(String hintWidth)
           
 void setMoreInfo(URI moreInfo)
           
 void setRel(String rel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedError

public ExtendedError()
Method Detail

getHintHeight

public String getHintHeight()

getHintWidth

public String getHintWidth()

getMoreInfo

public URI getMoreInfo()

getRel

public String getRel()

setHintHeight

public void setHintHeight(String hintHeight)

setHintWidth

public void setHintWidth(String hintWidth)

setMoreInfo

public void setMoreInfo(URI moreInfo)

setRel

public void setRel(String rel)


Copyright © 2014. All Rights Reserved.