com.apelon.dts.common
Class ConAttribSetTransferObject

java.lang.Object
  extended by com.apelon.dts.common.DTSTransferObject
      extended by com.apelon.dts.common.ConAttribSetTransferObject

public class ConAttribSetTransferObject
extends DTSTransferObject

Title: ConAttribSetTransferObject

Description:

Copyright: Copyright (c) 2005

Company: Apelon Inc.

Since:
3.4.0
Version:
DTS 3.4.0
Author:
Apelon Inc.

Constructor Summary
ConAttribSetTransferObject()
          No arg constructor
ConAttribSetTransferObject(String name, int limit)
           
 
Method Summary
 int getAttributesLimit()
           
 Object[] getConceptAssociationTypes()
           
 Object[] getInverseConceptAssociationTypes()
           
 Object[] getInverseRoleTypes()
           
 Object[] getPropertyTypes()
           
 Object[] getRoleTypes()
           
 Object[] getSynonymTypes()
           
 boolean isAllConceptAssociationTypes()
           
 boolean isAllInverseConceptAssociationTypes()
           
 boolean isAllInverseRoleTypes()
           
 boolean isAllPropertyTypes()
           
 boolean isAllRoleTypes()
           
 boolean isAllSynonymTypes()
           
 boolean isDefinedViewAttributes()
           
 boolean isSubconcepts()
           
 boolean isSuperconcepts()
           
 void setAllConceptAssociationTypes(boolean fAllConceptAssociationTypes)
           
 void setAllInverseConceptAssociationTypes(boolean fAllInverseConceptAssociationTypes)
           
 void setAllInverseRoleTypes(boolean fAllInverseRoleTypes)
           
 void setAllPropertyTypes(boolean fAllPropertyTypes)
           
 void setAllRoleTypes(boolean fAllRoleTypes)
           
 void setAllSynonymTypes(boolean fAllSynonymTypes)
           
 void setAttributesLimit(int attributesLimit)
           
 void setConceptAssociationTypes(Object[] conceptAssociationTypes)
           
 void setDefinedViewAttributes(boolean fDefinedViewAttributes)
           
 void setInverseConceptAssociationTypes(Object[] inverseConceptAssociationTypes)
           
 void setInverseRoleTypes(Object[] inverseRoleTypes)
           
 void setPropertyTypes(Object[] property_types)
           
 void setRoleTypes(Object[] role_types)
           
 void setSubconcepts(boolean fSubconcepts)
           
 void setSuperconcepts(boolean fSuperconcepts)
           
 void setSynonymTypes(Object[] synonymTypes)
           
static ConAttribSetTransferObject transform(ConceptAttributeSetDescriptor casd)
           
 
Methods inherited from class com.apelon.dts.common.DTSTransferObject
getCode, getId, getName, getNamespaceId, setCode, setId, setName, setNamespaceId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConAttribSetTransferObject

public ConAttribSetTransferObject()
No arg constructor


ConAttribSetTransferObject

public ConAttribSetTransferObject(String name,
                                  int limit)
Method Detail

setAttributesLimit

public void setAttributesLimit(int attributesLimit)

getAttributesLimit

public int getAttributesLimit()

setAllRoleTypes

public void setAllRoleTypes(boolean fAllRoleTypes)

isAllRoleTypes

public boolean isAllRoleTypes()

setAllPropertyTypes

public void setAllPropertyTypes(boolean fAllPropertyTypes)

isAllPropertyTypes

public boolean isAllPropertyTypes()

setAllInverseRoleTypes

public void setAllInverseRoleTypes(boolean fAllInverseRoleTypes)

isAllInverseRoleTypes

public boolean isAllInverseRoleTypes()

setAllSynonymTypes

public void setAllSynonymTypes(boolean fAllSynonymTypes)

isAllSynonymTypes

public boolean isAllSynonymTypes()

setAllConceptAssociationTypes

public void setAllConceptAssociationTypes(boolean fAllConceptAssociationTypes)

isAllConceptAssociationTypes

public boolean isAllConceptAssociationTypes()

setAllInverseConceptAssociationTypes

public void setAllInverseConceptAssociationTypes(boolean fAllInverseConceptAssociationTypes)

isAllInverseConceptAssociationTypes

public boolean isAllInverseConceptAssociationTypes()

setSuperconcepts

public void setSuperconcepts(boolean fSuperconcepts)

isSuperconcepts

public boolean isSuperconcepts()

setSubconcepts

public void setSubconcepts(boolean fSubconcepts)

isSubconcepts

public boolean isSubconcepts()

setDefinedViewAttributes

public void setDefinedViewAttributes(boolean fDefinedViewAttributes)

isDefinedViewAttributes

public boolean isDefinedViewAttributes()

setPropertyTypes

public void setPropertyTypes(Object[] property_types)

getPropertyTypes

public Object[] getPropertyTypes()

setRoleTypes

public void setRoleTypes(Object[] role_types)

getRoleTypes

public Object[] getRoleTypes()

setInverseRoleTypes

public void setInverseRoleTypes(Object[] inverseRoleTypes)

getInverseRoleTypes

public Object[] getInverseRoleTypes()

setConceptAssociationTypes

public void setConceptAssociationTypes(Object[] conceptAssociationTypes)

getConceptAssociationTypes

public Object[] getConceptAssociationTypes()

setInverseConceptAssociationTypes

public void setInverseConceptAssociationTypes(Object[] inverseConceptAssociationTypes)

getInverseConceptAssociationTypes

public Object[] getInverseConceptAssociationTypes()

setSynonymTypes

public void setSynonymTypes(Object[] synonymTypes)

getSynonymTypes

public Object[] getSynonymTypes()

transform

public static ConAttribSetTransferObject transform(ConceptAttributeSetDescriptor casd)


Copyright © 2011. All Rights Reserved.