com.starbase.starteam
Class ColumnInfo

java.lang.Object
  |
  +--com.starbase.starteam.ColumnInfo

public class ColumnInfo
extends java.lang.Object


Constructor Summary
ColumnInfo(int propertyID, int pixelWidth)
           
 
Method Summary
 boolean equals(java.lang.Object source)
          returns true if this object instance is equal to the source
 int getPixelWidth()
           
 int getPropertyID()
           
 int hashCode()
          returns a unique hash for all instances of this type
 void setPixelWidth(int pixelWidth)
           
 void setPropertyID(int propertyID)
           
 java.lang.String toDebugString()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColumnInfo

public ColumnInfo(int propertyID,
                  int pixelWidth)
Method Detail

getPropertyID

public int getPropertyID()

setPropertyID

public void setPropertyID(int propertyID)

getPixelWidth

public int getPixelWidth()

setPixelWidth

public void setPixelWidth(int pixelWidth)

toString

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

toDebugString

public java.lang.String toDebugString()

equals

public boolean equals(java.lang.Object source)
returns true if this object instance is equal to the source

Overrides:
equals in class java.lang.Object
Parameters:
source - Object the source to comapre with
Returns:
boolean true if this object is equal to the source

hashCode

public int hashCode()
returns a unique hash for all instances of this type

Overrides:
hashCode in class java.lang.Object
Returns:
int a unique hash for all instances of this type


StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.