# Class: com.pnfsoftware.jeb.core.units.UnitAddress

A couple \([target unit](IAddressableUnit), address\), where the address is relative to the target unit.

## Constructor: UnitAddress
- parameter: `unit`, type: `T`
- parameter: `address`, type: `java.lang.String`

Description: Create a unit address.
parameter: unit: target unit
parameter: address: address relative to the target unit

## Method: equals
- parameter: `obj`, type: `java.lang.Object`
- return type: `boolean`


## Method: getAddress
- return type: `java.lang.String`

Description: Retrieve the address.
return: address relative to the target unit

## Method: getUnit
- return type: `T`

Description: Retrieve the target unit.
return: target unit

## Method: hashCode
- return type: `int`


## Method: toString
- return type: `java.lang.String`


