C# Class Domain.CheckingAccount

Inheritance: IAccount
Afficher le fichier Open project: mesan/workmanship-oo-dotnet

Méthodes publiques

Méthode Description
CheckingAccount ( long accountNumber, double initialAmount, double creditLimit, Customer accountOwner ) : System
GetAccountNumber ( ) : long
GetAccountOwner ( ) : Customer
GetAmount ( ) : double
GetCreditLimit ( ) : Double
SetAmount ( double amount ) : void

Method Details

CheckingAccount() public méthode

public CheckingAccount ( long accountNumber, double initialAmount, double creditLimit, Customer accountOwner ) : System
accountNumber long
initialAmount double
creditLimit double
accountOwner Customer
Résultat System

GetAccountNumber() public méthode

public GetAccountNumber ( ) : long
Résultat long

GetAccountOwner() public méthode

public GetAccountOwner ( ) : Customer
Résultat Customer

GetAmount() public méthode

public GetAmount ( ) : double
Résultat double

GetCreditLimit() public méthode

public GetCreditLimit ( ) : Double
Résultat Double

SetAmount() public méthode

public SetAmount ( double amount ) : void
amount double
Résultat void