Skip navigation links
A C D E F G H I M N O P R S T U 

S

sell(int) - Method in class ca.roumani.i2c.Item
Sell the indicated number of units from this item at the posted sale price.
sell(int, double) - Method in class ca.roumani.i2c.Item
Sell the indicated number of units from this item for the indicated sale amount.
separator - Variable in class ca.roumani.i2c.Fraction
A character that separates the numerator denominator pair in the return of the Fraction.toString() method.
SEQUENCE_NUMBER_LENGTH - Static variable in class ca.roumani.i2c.CreditCard
The number of digits in the serial part of the card number.
SEstudent - Class in ca.roumani.i2c
Provide services to maintain information about a SE (software engineering) student.
SEstudent(String) - Constructor for class ca.roumani.i2c.SEstudent
Create a SE student having the given name, and assigns it a serial 3-digit ID prefixed by "200107" and an empty (fresh) record.
setAddress(String) - Method in class ca.roumani.i2c.Contact
Change the address of this contact.
setAmortization(String) - Method in class ca.roumani.i2c.MPro
The amortization mutator.
setBookValue(double) - Method in class ca.roumani.i2c.Investment
Mutate the book value of the stock held in this investment.
setCatalog(Map<Item, Double>) - Method in class ca.roumani.i2c.Supplier
Set the catalog of this supplier to the passed one.
setCoefficient(double, double, double) - Method in class ca.roumani.i2c.Equation
Set the coefficients of this equation to the passed parameters and re-solve it.
setCourseGrade(String, String) - Method in class ca.roumani.i2c.CEstudent
Update the student's record in exactly the same manner as in the COSCstudent class except that no 'E' grade is allowed.
setCourseGrade(String, String) - Method in class ca.roumani.i2c.Student
Update the student's record by indicating in it that the student has obtained the given grade in the given course.
setDelimiter(char) - Method in class ca.roumani.i2c.Stock
Mutator to change the delimiter of this stock to the passed one.
setDenominator(int) - Method in class ca.roumani.i2c.Fraction
A mutator for the denominator of this fraction.
setExpiryDate(Date) - Method in class ca.roumani.i2c.CreditCard
Credit card expiry date mutator.
setFraction(int, int) - Method in class ca.roumani.i2c.Fraction
A mutator for this fraction.
setFraction(Fraction) - Method in class ca.roumani.i2c.Fraction
A mutator for this fraction.
setInterest(String) - Method in class ca.roumani.i2c.MPro
The interest mutator.
setLimit(double) - Method in class ca.roumani.i2c.CreditCard
Credit card limit mutator.
setName(String) - Method in class ca.roumani.i2c.Contact
Change the name of this contact.
setNumerator(int) - Method in class ca.roumani.i2c.Fraction
A mutator of the numerator of this fraction.
setPrinciple(String) - Method in class ca.roumani.i2c.MPro
The principle mutator.
setQty(int) - Method in class ca.roumani.i2c.Investment
Mutate the number of shares of this investment.
setRating(String) - Method in class ca.roumani.i2c.Client
Change the rating of this client.
setSeed(int) - Static method in class ca.roumani.i2c.Fraction
Change the seed of the random sequence returned by Fraction.getRandom().
setSeed(long) - Static method in class ca.roumani.i2c.Student
Change the seed of the random sequence returned by Student.getRandom().
setSeparator(char) - Method in class ca.roumani.i2c.Fraction
A mutator of the separator of this fraction.
setSymbol(String) - Method in class ca.roumani.i2c.Stock
Mutator to change the symbol of this stock to the (capitalized) passed symbol.
setUnitPrice(double) - Method in class ca.roumani.i2c.Item
Change the posted sale price per unit of this item.
size() - Method in class ca.roumani.i2c.GlobalCredit
Determine the number of credit cards registered with this GCC.
size() - Method in class ca.roumani.i2c.Portfolio
Determine the number of investments added to this portfolio.
Stock - Class in ca.roumani.i2c
This class encapsulates a stock.
Stock() - Constructor for class ca.roumani.i2c.Stock
Construct a default Stock having a null symbol.
Stock(String) - Constructor for class ca.roumani.i2c.Stock
Construct a Stock having the (capitalized) passed symbol.
Stock(Stock) - Constructor for class ca.roumani.i2c.Stock
Construct a copy of the passed Stock.
Student - Class in ca.roumani.i2c
Provide services to maintain information about a computer science and engineering (CSE) student and his or her academic record.
Student(String, String) - Constructor for class ca.roumani.i2c.Student
Create a CSE student having the given ID and name, and an empty (fresh) record.
subtract(Fraction) - Method in class ca.roumani.i2c.Fraction
Subtract the passed fraction from the fraction on which it was called.
Supplier - Class in ca.roumani.i2c
This class encapsulates a supplier.
Supplier(String, String) - Constructor for class ca.roumani.i2c.Supplier
Construct a supplier having the indicated name and address, and assign a unique number and an empty catalog of type HashMap to it.
Supplier(String, String, Map<Item, Double>) - Constructor for class ca.roumani.i2c.Supplier
Construct a supplier having the indicated name, address, and catalog, and assign a unique number to it.
A C D E F G H I M N O P R S T U 
Skip navigation links