org.eclipse.lyo.client.oslc.resources
Class ArchitectureResource

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

public final class ArchitectureResource
extends org.eclipse.lyo.oslc4j.core.model.AbstractResource


Constructor Summary
ArchitectureResource()
           
ArchitectureResource(URI about)
           
 
Method Summary
 void addContributor(URI contributor)
           
 void addCreator(URI creator)
           
 void addDctermsType(String dctermsType)
           
 void addRdfType(URI rdfType)
           
 URI[] getContributors()
           
 Date getCreated()
           
 URI[] getCreators()
           
 String[] getDctermsTypes()
           
 String getDescription()
           
 String getIdentifier()
           
 URI getInstanceShape()
           
 Date getModified()
           
protected  URI getRdfType()
           
 URI[] getRdfTypes()
           
 URI getServiceProvider()
           
 URI getSource()
           
 String getTitle()
           
 void setContributors(URI[] contributors)
           
 void setCreated(Date created)
           
 void setCreators(URI[] creators)
           
 void setDctermsTypes(String[] dctermsTypes)
           
 void setDescription(String description)
           
 void setIdentifier(String identifier)
           
 void setInstanceShape(URI instanceShape)
           
 void setModified(Date modified)
           
 void setRdfTypes(URI[] rdfTypes)
           
 void setServiceProvider(URI serviceProvider)
           
 void setSource(URI source)
           
 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

ArchitectureResource

public ArchitectureResource()

ArchitectureResource

public ArchitectureResource(URI about)
Method Detail

getRdfType

protected URI getRdfType()

addContributor

public void addContributor(URI contributor)

addCreator

public void addCreator(URI creator)

addRdfType

public void addRdfType(URI rdfType)

addDctermsType

public void addDctermsType(String dctermsType)

getContributors

public URI[] getContributors()

getCreated

public Date getCreated()

getCreators

public URI[] getCreators()

getDescription

public String getDescription()

getIdentifier

public String getIdentifier()

getInstanceShape

public URI getInstanceShape()

getModified

public Date getModified()

getRdfTypes

public URI[] getRdfTypes()

getDctermsTypes

public String[] getDctermsTypes()

getSource

public URI getSource()

getServiceProvider

public URI getServiceProvider()

getTitle

public String getTitle()

setContributors

public void setContributors(URI[] contributors)

setCreated

public void setCreated(Date created)

setCreators

public void setCreators(URI[] creators)

setDescription

public void setDescription(String description)

setIdentifier

public void setIdentifier(String identifier)

setInstanceShape

public void setInstanceShape(URI instanceShape)

setModified

public void setModified(Date modified)

setRdfTypes

public void setRdfTypes(URI[] rdfTypes)

setDctermsTypes

public void setDctermsTypes(String[] dctermsTypes)

setSource

public void setSource(URI source)

setServiceProvider

public void setServiceProvider(URI serviceProvider)

setTitle

public void setTitle(String title)


Copyright © 2014. All Rights Reserved.