Class CopyFieldId
java.lang.Object
org.ametys.cms.search.solr.schema.CopyFieldId
A copy field identifier (source and destination).
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get the copy field destination.Get the copy field source.int
hashCode()
void
setDestination
(String destination) Set the copy field destination.void
Set 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
-