C# 클래스 Domain.CheckingAccount

상속: IAccount
파일 보기 프로젝트 열기: mesan/workmanship-oo-dotnet

공개 메소드들

메소드 설명
CheckingAccount ( long accountNumber, double initialAmount, double creditLimit, Customer accountOwner ) : System
GetAccountNumber ( ) : long
GetAccountOwner ( ) : Customer
GetAmount ( ) : double
GetCreditLimit ( ) : Double
SetAmount ( double amount ) : void

메소드 상세

CheckingAccount() 공개 메소드

public CheckingAccount ( long accountNumber, double initialAmount, double creditLimit, Customer accountOwner ) : System
accountNumber long
initialAmount double
creditLimit double
accountOwner Customer
리턴 System

GetAccountNumber() 공개 메소드

public GetAccountNumber ( ) : long
리턴 long

GetAccountOwner() 공개 메소드

public GetAccountOwner ( ) : Customer
리턴 Customer

GetAmount() 공개 메소드

public GetAmount ( ) : double
리턴 double

GetCreditLimit() 공개 메소드

public GetCreditLimit ( ) : Double
리턴 Double

SetAmount() 공개 메소드

public SetAmount ( double amount ) : void
amount double
리턴 void