|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.apelon.dts.common.subset.expression.NamespaceFilter
public class NamespaceFilter
Filter based on Namespace.
Copyright: Copyright (c) 2004
Company: Apelon, Inc.
| Field Summary | |
|---|---|
static String |
TYPE_ONTYLOG
Ontylog Namespace Type |
static String |
TYPE_THESAURUS
Thesaurus Namespace Type |
| Constructor Summary | |
|---|---|
NamespaceFilter()
Empty constructor |
|
NamespaceFilter(int id,
String name,
String type)
Consructs Namespace filter for given id, name and type |
|
| Method Summary | |
|---|---|
Object |
clone()
|
int |
getId()
Returns the namespace id of this filter |
int |
getLinkedNamespaceId()
Returns id of the linked namespace, or -1 if none. |
String |
getLinkedNamespaceName()
Returns the name of the linked namespace. |
String |
getName()
Returns the namsepace name. |
String |
getType()
Retruns namespace type |
void |
setId(int id)
Sets the namespace id of this filter |
void |
setLinkedNamespaceId(int linkedNamespaceId)
Sets the namespace id of the linked namespace. |
void |
setLinkedNamespaceName(String linkedNamespaceName)
Sets the name of the linked namespace. |
void |
setName(String name)
Sets the namespace name |
void |
setType(String type)
Sets the namespace type of this filter |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TYPE_ONTYLOG
public static final String TYPE_THESAURUS
| Constructor Detail |
|---|
public NamespaceFilter()
public NamespaceFilter(int id,
String name,
String type)
id - name - type - | Method Detail |
|---|
public int getId()
public void setId(int id)
id - public String getName()
public void setName(String name)
name - public String getType()
public void setType(String type)
type - public int getLinkedNamespaceId()
public void setLinkedNamespaceId(int linkedNamespaceId)
linkedNamespaceId - public String getLinkedNamespaceName()
public void setLinkedNamespaceName(String linkedNamespaceName)
linkedNamespaceName -
public Object clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||