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

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

public class Publisher
extends AbstractResource


Constructor Summary
Publisher()
           
Publisher(String title, String identifier)
           
 
Method Summary
 URI getIcon()
           
 String getIdentifier()
           
 String getLabel()
           
 String getTitle()
           
 void setIcon(URI icon)
           
 void setIdentifier(String identifier)
           
 void setLabel(String label)
           
 void setTitle(String title)
           
 
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

Publisher

public Publisher()

Publisher

public Publisher(String title,
                 String identifier)
Method Detail

getIcon

public URI getIcon()

getIdentifier

public String getIdentifier()

getLabel

public String getLabel()

getTitle

public String getTitle()

setIcon

public void setIcon(URI icon)

setIdentifier

public void setIdentifier(String identifier)

setLabel

public void setLabel(String label)

setTitle

public void setTitle(String title)


Copyright © 2014. All Rights Reserved.