public class AltPinMapping
extends Object
| Constructor and Description |
|---|
AltPinMapping() |
AltPinMapping(String logicalName,
String altCellName,
String altCellType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAltCellName() |
String |
getAltCellType() |
String |
getLogicalName() |
AltPinMapping |
getReferenceCopy()
Creates a reference copy of this alternate pin mapping--a deep copy of the
object without this new instance being referenced in any cell of the design.
|
int |
hashCode() |
void |
setAltCellName(String altCellName) |
void |
setAltCellType(String altCellType) |
void |
setLogicalName(String logicalName) |
String |
toString() |
public AltPinMapping(String logicalName,
String altCellName,
String altCellType)
logicalName - altCellName - altCellType - public AltPinMapping()
public AltPinMapping getReferenceCopy()
public String getLogicalName()
public void setLogicalName(String logicalName)
logicalName - the logicalName to setpublic String getAltCellName()
public void setAltCellName(String altCellName)
altCellName - the altCellName to setpublic String getAltCellType()
public void setAltCellType(String altCellType)
altCellType - the altCellType to setpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object