public class Suit extends Object
Suit()
Jacket
getJacket()
Integer
getSize()
Trousers
getTrousers()
void
setJacket(Jacket jacket)
setSize(Integer size)
setTrousers(Trousers trousers)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Suit()
public Trousers getTrousers()
public void setTrousers(Trousers trousers)
public Jacket getJacket()
public void setJacket(Jacket jacket)
public Integer getSize()
public void setSize(Integer size)
Copyright © 2008–2014. All rights reserved.