KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > exoplatform > services > xml > querying > Statement


1 package org.exoplatform.services.xml.querying;
2
3 public interface Statement {
4
5     String JavaDoc getDestinationId();
6
7     void setDestinationId(String JavaDoc destinationId);
8
9     String JavaDoc getSourceId();
10
11     void setSourceId(String JavaDoc sourceId);
12 }
13
Popular Tags