com.apelon.dts.common.subset.expression
Class DefinedItem

java.lang.Object
  extended by com.apelon.dts.common.subset.expression.DefinedItem
All Implemented Interfaces:
Cloneable

public class DefinedItem
extends Object
implements Cloneable

A basic data type to represent defined objects in a namespace.

Property Type should be represented as attribute using this class in PropertyFilter. Concept should be represented using this class in OntylogConceptFilter.

Copyright: Copyright (c) 2004

Company: Apelon, Inc.

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

Constructor Summary
DefinedItem()
           
DefinedItem(int id, String name, int namespaceId)
           
DefinedItem(int id, String name, int namespaceId, String namespaceName)
           
 
Method Summary
 Object clone()
           
 boolean equals(Object o)
           
 int getId()
           
 String getName()
           
 int getNamespaceId()
           
 String getNamespaceName()
           
 int hashCode()
           
 void setId(int id)
           
 void setName(String name)
           
 void setNamespaceId(int namespaceId)
           
 void setNamespaceName(String namespaceName)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefinedItem

public DefinedItem()

DefinedItem

public DefinedItem(int id,
                   String name,
                   int namespaceId)

DefinedItem

public DefinedItem(int id,
                   String name,
                   int namespaceId,
                   String namespaceName)
Method Detail

getId

public int getId()

setId

public void setId(int id)

getName

public String getName()

setName

public void setName(String name)

getNamespaceId

public int getNamespaceId()

setNamespaceId

public void setNamespaceId(int namespaceId)

getNamespaceName

public String getNamespaceName()

setNamespaceName

public void setNamespaceName(String namespaceName)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


Copyright © 2011. All Rights Reserved.