Class CopyFieldId
java.lang.Object
org.ametys.cms.search.solr.schema.CopyFieldId
A copy field identifier (source and destination).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the copy field destination.Get the copy field source.inthashCode()voidsetDestination(String destination) Set the copy field destination.voidSet the copy field source.toString()
-
Field Details
-
_source
The copy field source. -
_destination
The copy field destination.
-
-
Constructor Details
-
CopyFieldId
Build a copy field.- Parameters:
source- The copy field source.destination- The copy field destination.
-
-
Method Details
-
getSource
Get the copy field source.- Returns:
- The copy field source.
-
setSource
Set the copy field source.- Parameters:
source- The copy field source to set.
-
getDestination
Get the copy field destination.- Returns:
- The copy field destination.
-
setDestination
Set the copy field destination.- Parameters:
destination- The copy field destination to set.
-
toString
-
hashCode
-
equals
-