Class User
- java.lang.Object
-
- org.eclipse.lyo.oslc4j.core.model.AbstractResource
-
- com.sodius.oslc.app.jazz.lqe.model.User
-
- All Implemented Interfaces:
IExtendedResource
,IResource
@OslcNamespace("http://www.sodius.com/ns/jazz/lqe#") @OslcResourceShape(title="User Resource Shape", describes="http://www.sodius.com/ns/jazz/lqe#User") public class User extends AbstractResource
Describes a LQE user.- Since:
- 1.11.0
-
-
Constructor Summary
Constructors Constructor Description User()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getIdentifier()
String
getName()
String
getUserType()
void
setDescription(String description)
void
setIdentifier(String identifier)
void
setName(String name)
void
setUserType(String userType)
-
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
-
-
-
-
Method Detail
-
getName
@OslcOccurs(ExactlyOne) @OslcPropertyDefinition("http://xmlns.com/foaf/0.1/name") @OslcTitle("Name") public String getName()
-
setName
public void setName(String name)
-
getDescription
@OslcDescription("Descriptive text (reference: Dublin Core) about resource represented as rich text in XHTML content.") @OslcPropertyDefinition("http://purl.org/dc/terms/description") @OslcTitle("Description") @OslcValueType(XMLLiteral) public String getDescription()
-
setDescription
public void setDescription(String description)
-
getIdentifier
@OslcDescription("A unique identifier for a resource. Assigned by the service provider when a resource is created. Not intended for end-user display.") @OslcOccurs(ExactlyOne) @OslcPropertyDefinition("http://purl.org/dc/terms/identifier") @OslcReadOnly @OslcTitle("Identifier") public String getIdentifier()
-
setIdentifier
public void setIdentifier(String identifier)
-
getUserType
@OslcOccurs(ExactlyOne) @OslcName("type") @OslcPropertyDefinition("http://purl.org/dc/terms/type") @OslcTitle("Type") public String getUserType()
-
setUserType
public void setUserType(String userType)
-
-