org.deegree.metadata.publication
Class TransactionOptions

java.lang.Object
  extended by org.deegree.metadata.publication.TransactionOptions

public class TransactionOptions
extends java.lang.Object

This class holds all the necessary attributes needed for the transaction operation.

Version:
$Revision: 26745 $, $Date: 2010-09-14 16:56:02 +0200 (Di, 14. Sep 2010) $
Author:
Steffen Thomas, last edited by: $Author: sthomas $

Constructor Summary
TransactionOptions(boolean inspire, boolean fileIdentifierAvailable)
          Creates a new TransactionOptions instance.
 
Method Summary
 boolean isFileIdentifierAvailable()
           
 boolean isInspire()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionOptions

public TransactionOptions(boolean inspire,
                          boolean fileIdentifierAvailable)
Creates a new TransactionOptions instance.

Parameters:
inspire -
fileIdentifierAvailable -
Method Detail

isInspire

public boolean isInspire()
Returns:
the inspire

isFileIdentifierAvailable

public boolean isFileIdentifierAvailable()
Returns:
the fileIdentifierAvailable


Copyright © 2011. All Rights Reserved.