org.eclipse.lyo.oslc4j.test
Class Test
java.lang.Object
org.eclipse.lyo.oslc4j.core.model.AbstractResource
org.eclipse.lyo.oslc4j.test.Test
- All Implemented Interfaces:
- IExtendedResource, IResource
public final class Test
- extends AbstractResource
Constructor Summary |
Test()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Test
public Test()
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.