pops.ale.engine.input.connectors
Class SGLN96Trigger

java.lang.Object
  extended by pops.ale.engine.input.connectors.SGLN96Trigger

public class SGLN96Trigger
extends java.lang.Object


Constructor Summary
SGLN96Trigger()
          Constructor
SGLN96Trigger(byte filterValue, long companyPrefix, int locationReference, long extComponent)
          Constructor
 
Method Summary
 long getCompanyPrefix()
          Getter for companyPrefix
 long getExtComponent()
          Getter for extComponent
 byte getFilterValue()
          Getter for filterValue
 int getLocationReference()
          Getter for locationReference
 boolean matches(Sgln96Codec aSgln96Codec)
          Test if tag data wrapped by passed codec matches this sgln96.
 void setCompanyPrefix(long companyPrefix)
          Setter for companyPrefix
 void setExtComponent(long extComponent)
          Setter for extComponent
 void setFilterValue(byte filterValue)
          Setter for filterValue
 void setLocationReference(int locationReference)
          Setter for locationReference
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SGLN96Trigger

public SGLN96Trigger()
Constructor


SGLN96Trigger

public SGLN96Trigger(byte filterValue,
                     long companyPrefix,
                     int locationReference,
                     long extComponent)
Constructor

Parameters:
filterValue -
companyPrefix -
locationReference -
extComponent -
Method Detail

getFilterValue

public byte getFilterValue()
Getter for filterValue

Returns:
the filterValue

getCompanyPrefix

public long getCompanyPrefix()
Getter for companyPrefix

Returns:
the companyPrefix

getLocationReference

public int getLocationReference()
Getter for locationReference

Returns:
the locationReference

getExtComponent

public long getExtComponent()
Getter for extComponent

Returns:
the extComponent

setFilterValue

public void setFilterValue(byte filterValue)
Setter for filterValue

Parameters:
filterValue - the value to set

setCompanyPrefix

public void setCompanyPrefix(long companyPrefix)
Setter for companyPrefix

Parameters:
companyPrefix - the value to set

setLocationReference

public void setLocationReference(int locationReference)
Setter for locationReference

Parameters:
locationReference - the value to set

setExtComponent

public void setExtComponent(long extComponent)
Setter for extComponent

Parameters:
extComponent - the value to set

matches

public boolean matches(Sgln96Codec aSgln96Codec)
Test if tag data wrapped by passed codec matches this sgln96.

Parameters:
aSgln96Codec -
Returns:

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object