|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.filter.SharedFilterMapping
public class SharedFilterMapping
Class that encapsulates the mapping between a source field and a shared filter identifier.
| Constructor Summary | |
|---|---|
SharedFilterMapping()
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
boolean |
equals(Object o)
|
DataRef |
getColumn()
Gets the mapped column. |
String |
getFilterId()
Gets the ID of the shared filter to be applied to the mapped column. |
inetsoft.report.internal.binding.SourceAttr |
getSource()
Gets the source of the mapped column. |
int |
hashCode()
|
void |
parseXML(Element tag)
|
void |
setColumn(DataRef column)
Sets the mapped column. |
void |
setFilterId(String filterId)
Sets the ID of the shared filter to be applied to the mapped column. |
void |
setSource(inetsoft.report.internal.binding.SourceAttr source)
Sets the source of the mapped column. |
String |
toString()
|
void |
writeXML(PrintWriter writer)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SharedFilterMapping()
| Method Detail |
|---|
public inetsoft.report.internal.binding.SourceAttr getSource()
public void setSource(inetsoft.report.internal.binding.SourceAttr source)
source - the source.public DataRef getColumn()
public void setColumn(DataRef column)
column - the column.public String getFilterId()
public void setFilterId(String filterId)
filterId - the filter identifier.public void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializable
public void parseXML(Element tag)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableExceptionpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic String toString()
toString in class Object
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||