public class ActNumber extends Object implements Comparable<ActNumber>, Serializable
| Constructor and Description |
|---|
ActNumber(String sign,
int year)
Podstawowy konstruktor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ActNumber o) |
String |
getSign() |
int |
getYear() |
static ActNumber |
parseActNumber(String s) |
javafx.beans.property.ReadOnlyStringProperty |
signProperty() |
String |
toString() |
javafx.beans.property.ReadOnlyIntegerProperty |
yearProperty() |
public ActNumber(String sign, int year)
sign - sygnaturayear - rokpublic String getSign()
public int getYear()
public int compareTo(ActNumber o)
compareTo in interface Comparable<ActNumber>public javafx.beans.property.ReadOnlyStringProperty signProperty()
public javafx.beans.property.ReadOnlyIntegerProperty yearProperty()
Copyright © 2021. All rights reserved.