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

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

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


Constructor Summary
ArchitectureLinkType()
           
ArchitectureLinkType(URI about)
           
 
Method Summary
 void addContributor(URI contributor)
           
 void addCreator(URI creator)
           
 void addRdfType(URI rdfType)
           
 String getComment()
           
 URI[] getContributors()
           
 Date getCreated()
           
 URI[] getCreators()
           
 String getIdentifier()
           
 URI getInstanceShape()
           
 String getLabel()
           
 Date getModified()
           
protected  URI getRdfType()
           
 URI[] getRdfTypes()
           
 URI getServiceProvider()
           
 void setComment(String comment)
           
 void setContributors(URI[] contributors)
           
 void setCreated(Date created)
           
 void setCreators(URI[] creators)
           
 void setIdentifier(String identifier)
           
 void setInstanceShape(URI instanceShape)
           
 void setLabel(String label)
           
 void setModified(Date modified)
           
 void setRdfTypes(URI[] rdfTypes)
           
 void setServiceProvider(URI serviceProvider)
           
 
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

ArchitectureLinkType

public ArchitectureLinkType()

ArchitectureLinkType

public ArchitectureLinkType(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)

getContributors

public URI[] getContributors()

getCreated

public Date getCreated()

getCreators

public URI[] getCreators()

getLabel

public String getLabel()

getComment

public String getComment()

getIdentifier

public String getIdentifier()

getInstanceShape

public URI getInstanceShape()

getModified

public Date getModified()

getRdfTypes

public URI[] getRdfTypes()

getServiceProvider

public URI getServiceProvider()

setContributors

public void setContributors(URI[] contributors)

setCreated

public void setCreated(Date created)

setCreators

public void setCreators(URI[] creators)

setLabel

public void setLabel(String label)

setComment

public void setComment(String comment)

setIdentifier

public void setIdentifier(String identifier)

setInstanceShape

public void setInstanceShape(URI instanceShape)

setModified

public void setModified(Date modified)

setRdfTypes

public void setRdfTypes(URI[] rdfTypes)

setServiceProvider

public void setServiceProvider(URI serviceProvider)


Copyright © 2014. All Rights Reserved.