- java.lang.Object
-
- swim.system.StoreAddress
-
- All Implemented Interfaces:
Debug
,CellAddress
public final class StoreAddress extends Object implements CellAddress, Debug
-
-
Constructor Summary
Constructors Constructor Description StoreAddress(String storeName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StoreAddress
create(String storeName)
<T> Output<T>
debug(Output<T> output)
Writes a developer readable, debug-formatted string representation of this object tooutput
.boolean
equals(Object other)
int
hashCode()
String
storeName()
StoreAddress
storeName(String storeName)
String
toString()
-
-
-
Constructor Detail
-
StoreAddress
public StoreAddress(String storeName)
-
-
Method Detail
-
storeName
public String storeName()
-
storeName
public StoreAddress storeName(String storeName)
-
debug
public <T> Output<T> debug(Output<T> output)
Description copied from interface:Debug
Writes a developer readable, debug-formatted string representation of this object tooutput
.
-
create
public static StoreAddress create(String storeName)
-
-