org.eclipse.lyo.client.oslc.resources
Class ArchitectureLinkType
java.lang.Object
org.eclipse.lyo.oslc4j.core.model.AbstractResource
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
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 |
ArchitectureLinkType
public ArchitectureLinkType()
ArchitectureLinkType
public ArchitectureLinkType(URI about)
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.