api.basecamp
Class Account.Subscription

java.lang.Object
  extended by api.basecamp.Account.Subscription
Enclosing class:
Account

public class Account.Subscription
extends java.lang.Object


Constructor Summary
Account.Subscription(org.w3c.dom.Element subscription)
          Initializes Inner Subscription object with the Account (Internal Use Only)
 
Method Summary
 java.lang.String getName()
           
 int getProjects()
           
 long getStorage()
           
 java.lang.String getWriteboards()
           
 boolean isSsl()
           
 boolean isTimeTracking()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Account.Subscription

public Account.Subscription(org.w3c.dom.Element subscription)
Initializes Inner Subscription object with the Account (Internal Use Only)

Parameters:
subscription - Subscription element used to build subscription object.
Method Detail

isTimeTracking

public boolean isTimeTracking()
Returns:
the isTimeTracking

getStorage

public long getStorage()
Returns:
the storage

getName

public java.lang.String getName()
Returns:
the name

isSsl

public boolean isSsl()
Returns:
the isSsl

getWriteboards

public java.lang.String getWriteboards()
Returns:
the writeboards

getProjects

public int getProjects()
Returns:
the projects