sbnmarc
Class TitoloCercaType

java.lang.Object
  |
  +--sbnmarcBase.sbnmarcBase
        |
        +--sbnmarc.TitoloCercaType
All Implemented Interfaces:
java.io.Serializable

public class TitoloCercaType
extends sbnmarcBase
implements java.io.Serializable

parametri per la ricerca sulla stringa titolo. Il titolo non deve avere l'articolo

See Also:
Serialized Form

Constructor Summary
TitoloCercaType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String getEditoreKey()
          Method getEditoreKeyReturns the value of field 'editoreKey'.
 StringaCercaType getStringaCerca()
          Method getStringaCercaReturns the value of field 'stringaCerca'.
 java.lang.String getTitoloCLET()
          Method getTitoloCLETReturns the value of field 'titoloCLET'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setEditoreKey(java.lang.String editoreKey)
          Method setEditoreKeySets the value of field 'editoreKey'.
 void setStringaCerca(StringaCercaType stringaCerca)
          Method setStringaCercaSets the value of field 'stringaCerca'.
 void setTitoloCLET(java.lang.String titoloCLET)
          Method setTitoloCLETSets the value of field 'titoloCLET'.
static TitoloCercaType unmarshalTitoloCercaType(java.io.Reader reader)
          Method unmarshalTitoloCercaType
 void validate()
          Method validate
 
Methods inherited from class sbnmarcBase.sbnmarcBase
fromStringToRootObject
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TitoloCercaType

public TitoloCercaType()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getEditoreKey

public java.lang.String getEditoreKey()
Method getEditoreKeyReturns the value of field 'editoreKey'. The field 'editoreKey' has the following description: chiave calcolata dall'area della pubblicazione per filtrare su editori. Deve essere utilizzato in combinazione con uno degli altri elementi

Returns:
the value of field 'editoreKey'.

getStringaCerca

public StringaCercaType getStringaCerca()
Method getStringaCercaReturns the value of field 'stringaCerca'.

Returns:
the value of field 'stringaCerca'.

getTitoloCLET

public java.lang.String getTitoloCLET()
Method getTitoloCLETReturns the value of field 'titoloCLET'. The field 'titoloCLET' has the following description: elemento da utilizzare per la ricerca per chiave CLET. Puo' essere utilizzato in combinazione con la ricerca per stringa parziale: titoloLike

Returns:
the value of field 'titoloCLET'.

isValid

public boolean isValid()
Method isValid


marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setEditoreKey

public void setEditoreKey(java.lang.String editoreKey)
Method setEditoreKeySets the value of field 'editoreKey'. The field 'editoreKey' has the following description: chiave calcolata dall'area della pubblicazione per filtrare su editori. Deve essere utilizzato in combinazione con uno degli altri elementi

Parameters:
editoreKey - the value of field 'editoreKey'.

setStringaCerca

public void setStringaCerca(StringaCercaType stringaCerca)
Method setStringaCercaSets the value of field 'stringaCerca'.

Parameters:
stringaCerca - the value of field 'stringaCerca'.

setTitoloCLET

public void setTitoloCLET(java.lang.String titoloCLET)
Method setTitoloCLETSets the value of field 'titoloCLET'. The field 'titoloCLET' has the following description: elemento da utilizzare per la ricerca per chiave CLET. Puo' essere utilizzato in combinazione con la ricerca per stringa parziale: titoloLike

Parameters:
titoloCLET - the value of field 'titoloCLET'.

unmarshalTitoloCercaType

public static TitoloCercaType unmarshalTitoloCercaType(java.io.Reader reader)
                                                throws org.exolab.castor.xml.MarshalException,
                                                       org.exolab.castor.xml.ValidationException
Method unmarshalTitoloCercaType

Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

org.exolab.castor.xml.ValidationException