org.eclipse.lyo.oslc4j.test
Class Test

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

public final class Test
extends AbstractResource


Constructor Summary
Test()
           
 
Method Summary
 Collection<BigInteger> getBigIntegerCollection()
           
 BigInteger[] getBigIntegerProperties()
           
 BigInteger getBigIntegerProperty()
           
 List<Boolean> getBooleanCollection()
           
 Boolean[] getBooleanProperties()
           
 Set<Byte> getByteCollection()
           
 Byte[] getByteProperties()
           
 Byte getByteProperty()
           
 SortedSet<Date> getDateCollection()
           
 Date[] getDateProperties()
           
 Date getDateProperty()
           
 ArrayList<Double> getDoubleCollection()
           
 Double[] getDoubleProperties()
           
 Double getDoubleProperty()
           
 HashSet<Float> getFloatCollection()
           
 Float[] getFloatProperties()
           
 Float getFloatProperty()
           
 String getIdentifier()
           
 TreeSet<Integer> getIntegerCollection()
           
 Integer[] getIntegerProperties()
           
 Integer getIntegerProperty()
           
 Collection<Long> getLongCollection()
           
 Long[] getLongProperties()
           
 Long getLongProperty()
           
 Collection<Nested> getNestedCollection()
           
 Nested[] getNestedProperties()
           
 Nested getNestedProperty()
           
 boolean[] getPrimitiveBooleanProperties()
           
 byte[] getPrimitiveByteProperties()
           
 byte getPrimitiveByteProperty()
           
 double[] getPrimitiveDoubleProperties()
           
 double getPrimitiveDoubleProperty()
           
 float[] getPrimitiveFloatProperties()
           
 float getPrimitiveFloatProperty()
           
 int[] getPrimitiveIntegerProperties()
           
 int getPrimitiveIntegerProperty()
           
 long[] getPrimitiveLongProperties()
           
 long getPrimitiveLongProperty()
           
 short[] getPrimitiveShortProperties()
           
 short getPrimitiveShortProperty()
           
 Collection<Short> getShortCollection()
           
 Short[] getShortProperties()
           
 Short getShortProperty()
           
 Collection<String> getStringCollection()
           
 String[] getStringProperties()
           
 String getStringProperty()
           
 Collection<URI> getUriCollection()
           
 URI[] getUriProperties()
           
 URI getUriProperty()
           
 Boolean isBooleanProperty()
           
 boolean isPrimitiveBooleanProperty()
           
 void setBigIntegerCollection(Collection<BigInteger> bigIntegerCollection)
           
 void setBigIntegerProperties(BigInteger[] bigIntegerProperties)
           
 void setBigIntegerProperty(BigInteger bigIntegerProperty)
           
 void setBooleanCollection(List<Boolean> booleanCollection)
           
 void setBooleanProperties(Boolean[] booleanProperties)
           
 void setBooleanProperty(Boolean booleanProperty)
           
 void setByteCollection(Set<Byte> byteCollection)
           
 void setByteProperties(Byte[] byteProperties)
           
 void setByteProperty(Byte byteProperty)
           
 void setDateCollection(SortedSet<Date> dateCollection)
           
 void setDateProperties(Date[] dateProperties)
           
 void setDateProperty(Date dateProperty)
           
 void setDoubleCollection(ArrayList<Double> doubleCollection)
           
 void setDoubleProperties(Double[] doubleProperties)
           
 void setDoubleProperty(Double doubleProperty)
           
 void setFloatCollection(HashSet<Float> floatCollection)
           
 void setFloatProperties(Float[] floatProperties)
           
 void setFloatProperty(Float floatProperty)
           
 void setIdentifier(String identifier)
           
 void setIntegerCollection(TreeSet<Integer> integerCollection)
           
 void setIntegerProperties(Integer[] integerProperties)
           
 void setIntegerProperty(Integer integerProperty)
           
 void setLongCollection(Collection<Long> longCollection)
           
 void setLongProperties(Long[] longProperties)
           
 void setLongProperty(Long longProperty)
           
 void setNestedCollection(Collection<Nested> nestedCollection)
           
 void setNestedProperties(Nested[] nestedProperties)
           
 void setNestedProperty(Nested nestedProperty)
           
 void setPrimitiveBooleanProperties(boolean[] primitiveBooleanProperties)
           
 void setPrimitiveBooleanProperty(boolean primitiveBooleanProperty)
           
 void setPrimitiveByteProperties(byte[] primitiveByteProperties)
           
 void setPrimitiveByteProperty(byte primitiveByteProperty)
           
 void setPrimitiveDoubleProperties(double[] primitiveDoubleProperties)
           
 void setPrimitiveDoubleProperty(double primitiveDoubleProperty)
           
 void setPrimitiveFloatProperties(float[] primitiveFloatProperties)
           
 void setPrimitiveFloatProperty(float primitiveFloatProperty)
           
 void setPrimitiveIntegerProperties(int[] primitiveIntegerProperties)
           
 void setPrimitiveIntegerProperty(int primitiveIntegerProperty)
           
 void setPrimitiveLongProperties(long[] primitiveLongProperties)
           
 void setPrimitiveLongProperty(long primitiveLongProperty)
           
 void setPrimitiveShortProperties(short[] primitiveShortProperties)
           
 void setPrimitiveShortProperty(short primitiveShortProperty)
           
 void setShortCollection(Collection<Short> shortCollection)
           
 void setShortProperties(Short[] shortProperties)
           
 void setShortProperty(Short shortProperty)
           
 void setStringCollection(Collection<String> stringCollection)
           
 void setStringProperties(String[] stringProperties)
           
 void setStringProperty(String stringProperty)
           
 void setUriCollection(Collection<URI> uriCollection)
           
 void setUriProperties(URI[] uriProperties)
           
 void setUriProperty(URI uriProperty)
           
 
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

Test

public Test()
Method Detail

getBigIntegerCollection

public Collection<BigInteger> getBigIntegerCollection()

getBigIntegerProperties

public BigInteger[] getBigIntegerProperties()

getBigIntegerProperty

public BigInteger getBigIntegerProperty()

getBooleanCollection

public List<Boolean> getBooleanCollection()

getBooleanProperties

public Boolean[] getBooleanProperties()

getByteCollection

public Set<Byte> getByteCollection()

getByteProperties

public Byte[] getByteProperties()

getByteProperty

public Byte getByteProperty()

getDateCollection

public SortedSet<Date> getDateCollection()

getDateProperties

public Date[] getDateProperties()

getDateProperty

public Date getDateProperty()

getDoubleCollection

public ArrayList<Double> getDoubleCollection()

getDoubleProperties

public Double[] getDoubleProperties()

getDoubleProperty

public Double getDoubleProperty()

getFloatCollection

public HashSet<Float> getFloatCollection()

getFloatProperties

public Float[] getFloatProperties()

getFloatProperty

public Float getFloatProperty()

getIdentifier

public String getIdentifier()

getIntegerCollection

public TreeSet<Integer> getIntegerCollection()

getIntegerProperties

public Integer[] getIntegerProperties()

getIntegerProperty

public Integer getIntegerProperty()

getLongCollection

public Collection<Long> getLongCollection()

getLongProperties

public Long[] getLongProperties()

getLongProperty

public Long getLongProperty()

getNestedCollection

public Collection<Nested> getNestedCollection()

getNestedProperties

public Nested[] getNestedProperties()

getNestedProperty

public Nested getNestedProperty()

getPrimitiveBooleanProperties

public boolean[] getPrimitiveBooleanProperties()

getPrimitiveByteProperties

public byte[] getPrimitiveByteProperties()

getPrimitiveByteProperty

public byte getPrimitiveByteProperty()

getPrimitiveDoubleProperties

public double[] getPrimitiveDoubleProperties()

getPrimitiveDoubleProperty

public double getPrimitiveDoubleProperty()

getPrimitiveFloatProperties

public float[] getPrimitiveFloatProperties()

getPrimitiveFloatProperty

public float getPrimitiveFloatProperty()

getPrimitiveIntegerProperties

public int[] getPrimitiveIntegerProperties()

getPrimitiveIntegerProperty

public int getPrimitiveIntegerProperty()

getPrimitiveLongProperties

public long[] getPrimitiveLongProperties()

getPrimitiveLongProperty

public long getPrimitiveLongProperty()

getPrimitiveShortProperties

public short[] getPrimitiveShortProperties()

getPrimitiveShortProperty

public short getPrimitiveShortProperty()

getShortCollection

public Collection<Short> getShortCollection()

getShortProperties

public Short[] getShortProperties()

getShortProperty

public Short getShortProperty()

getStringCollection

public Collection<String> getStringCollection()

getStringProperties

public String[] getStringProperties()

getStringProperty

public String getStringProperty()

getUriCollection

public Collection<URI> getUriCollection()

getUriProperties

public URI[] getUriProperties()

getUriProperty

public URI getUriProperty()

isBooleanProperty

public Boolean isBooleanProperty()

isPrimitiveBooleanProperty

public boolean isPrimitiveBooleanProperty()

setBigIntegerCollection

public void setBigIntegerCollection(Collection<BigInteger> bigIntegerCollection)

setBigIntegerProperties

public void setBigIntegerProperties(BigInteger[] bigIntegerProperties)

setBigIntegerProperty

public void setBigIntegerProperty(BigInteger bigIntegerProperty)

setBooleanCollection

public void setBooleanCollection(List<Boolean> booleanCollection)

setBooleanProperties

public void setBooleanProperties(Boolean[] booleanProperties)

setBooleanProperty

public void setBooleanProperty(Boolean booleanProperty)

setByteCollection

public void setByteCollection(Set<Byte> byteCollection)

setByteProperties

public void setByteProperties(Byte[] byteProperties)

setByteProperty

public void setByteProperty(Byte byteProperty)

setDateCollection

public void setDateCollection(SortedSet<Date> dateCollection)

setDateProperties

public void setDateProperties(Date[] dateProperties)

setDateProperty

public void setDateProperty(Date dateProperty)

setDoubleCollection

public void setDoubleCollection(ArrayList<Double> doubleCollection)

setDoubleProperties

public void setDoubleProperties(Double[] doubleProperties)

setDoubleProperty

public void setDoubleProperty(Double doubleProperty)

setFloatCollection

public void setFloatCollection(HashSet<Float> floatCollection)

setFloatProperties

public void setFloatProperties(Float[] floatProperties)

setFloatProperty

public void setFloatProperty(Float floatProperty)

setIdentifier

public void setIdentifier(String identifier)

setIntegerCollection

public void setIntegerCollection(TreeSet<Integer> integerCollection)

setIntegerProperties

public void setIntegerProperties(Integer[] integerProperties)

setIntegerProperty

public void setIntegerProperty(Integer integerProperty)

setLongCollection

public void setLongCollection(Collection<Long> longCollection)

setLongProperties

public void setLongProperties(Long[] longProperties)

setLongProperty

public void setLongProperty(Long longProperty)

setNestedCollection

public void setNestedCollection(Collection<Nested> nestedCollection)

setNestedProperties

public void setNestedProperties(Nested[] nestedProperties)

setNestedProperty

public void setNestedProperty(Nested nestedProperty)

setPrimitiveBooleanProperties

public void setPrimitiveBooleanProperties(boolean[] primitiveBooleanProperties)

setPrimitiveBooleanProperty

public void setPrimitiveBooleanProperty(boolean primitiveBooleanProperty)

setPrimitiveByteProperties

public void setPrimitiveByteProperties(byte[] primitiveByteProperties)

setPrimitiveByteProperty

public void setPrimitiveByteProperty(byte primitiveByteProperty)

setPrimitiveDoubleProperties

public void setPrimitiveDoubleProperties(double[] primitiveDoubleProperties)

setPrimitiveDoubleProperty

public void setPrimitiveDoubleProperty(double primitiveDoubleProperty)

setPrimitiveFloatProperties

public void setPrimitiveFloatProperties(float[] primitiveFloatProperties)

setPrimitiveFloatProperty

public void setPrimitiveFloatProperty(float primitiveFloatProperty)

setPrimitiveIntegerProperties

public void setPrimitiveIntegerProperties(int[] primitiveIntegerProperties)

setPrimitiveIntegerProperty

public void setPrimitiveIntegerProperty(int primitiveIntegerProperty)

setPrimitiveLongProperties

public void setPrimitiveLongProperties(long[] primitiveLongProperties)

setPrimitiveLongProperty

public void setPrimitiveLongProperty(long primitiveLongProperty)

setPrimitiveShortProperties

public void setPrimitiveShortProperties(short[] primitiveShortProperties)

setPrimitiveShortProperty

public void setPrimitiveShortProperty(short primitiveShortProperty)

setShortCollection

public void setShortCollection(Collection<Short> shortCollection)

setShortProperties

public void setShortProperties(Short[] shortProperties)

setShortProperty

public void setShortProperty(Short shortProperty)

setStringCollection

public void setStringCollection(Collection<String> stringCollection)

setStringProperties

public void setStringProperties(String[] stringProperties)

setStringProperty

public void setStringProperty(String stringProperty)

setUriCollection

public void setUriCollection(Collection<URI> uriCollection)

setUriProperties

public void setUriProperties(URI[] uriProperties)

setUriProperty

public void setUriProperty(URI uriProperty)


Copyright © 2013. All Rights Reserved.