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

java.lang.Object
  extended by org.eclipse.lyo.oslc4j.core.model.AbstractResource
      extended by org.eclipse.lyo.oslc4j.core.model.Preview
All Implemented Interfaces:
IExtendedResource, IResource

public final class Preview
extends AbstractResource


Constructor Summary
Preview()
           
 
Method Summary
 URI getDocument()
           
 String getHintHeight()
           
 String getHintWidth()
           
 String getInitialHeight()
           
 void setDocument(URI document)
           
 void setHintHeight(String hintHeight)
           
 void setHintWidth(String hintWidth)
           
 void setInitialHeight(String initialHeight)
           
 
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Preview

public Preview()
Method Detail

getDocument

public URI getDocument()

getHintHeight

public String getHintHeight()

getHintWidth

public String getHintWidth()

getInitialHeight

public String getInitialHeight()

setDocument

public void setDocument(URI document)

setHintHeight

public void setHintHeight(String hintHeight)

setHintWidth

public void setHintWidth(String hintWidth)

setInitialHeight

public void setInitialHeight(String initialHeight)


Copyright © 2013. All Rights Reserved.