1. Create an advanced enumeration to represent the months. Each enum should come with a friendlyName,
shortName, daysInMonth, isLeapYearMonth, the zodiacSign, the zodiacStartDay and zodiacNextMonthEndDay
Aquarlus,pisces,Aries,Taurus, Gemini, Cancer, Leo, Virgo,Libra,Scorpio, Sagittarius, Capricom
a. Tester
i. Properties
1. (ConcurrentHashMap<String, Apartment>())
rentals (Key is the apartment’s apartmentId)
b. Apartment
i. Properties
1. (string)
apartmentId, address
2. (ConcurrentHashMap<String, Renter>())
renters (Key is the renter’s renterId)
ii. 2 Constructors:
Accepts: apartmentId, and address
Accepts: RandomAccessFile
iii. Methods:
1. addRenter(Renter r)
2. save(RandomAccessFile raf), load(RandomAccessFile raf)
c.
Renter
i. Properties
1. (string)
renterId, name
2. (ConcurrentHashMap<String, Item>())
items (Key is the item’s itemId)
ii. 2 Constructors:
Accepts: renterId, and name
Accepts: RandomAccessFile
iii. Methods
1. addItem(Item i)
2. save(RandomAccessFile raf), load(RandomAccessFile raf)
d. Item
i. Properties
1. (string)
itemId, name
ii. 2 Constructors:
Accepts: itemId, and name
Accepts: RandomAccessFile
iii. Methods
1. save(RandomAccessFile raf), load(RandomAccessFile raf)
3. In the App class you should populate your tree of data starting with 3 Apartments, each rental has 4 renters, and each
renter has 3 items. Save the data by calling the save for each apartment. This should cascade down the tree. Clear
the rentals ConcurrentHashMap and then reload the entire structure (code below) and print the list
while(raf.getFilePointer() < raf.length())
Apartment a = new Apartment(raf);
rentals.put(a.apartmentId, a);
}
Approximate price: $22
We value our customers and so we ensure that what we do is 100% original..
With us you are guaranteed of quality work done by our qualified experts.Your information and everything that you do with us is kept completely confidential.You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.The Product ordered is guaranteed to be original. Orders are checked by the most advanced anti-plagiarism software in the market to assure that the Product is 100% original. The Company has a zero tolerance policy for plagiarism.The Free Revision policy is a courtesy service that the Company provides to help ensure Customer’s total satisfaction with the completed Order. To receive free revision the Company requires that the Customer provide the request within fourteen (14) days from the first completion date and within a period of thirty (30) days for dissertations.The Company is committed to protect the privacy of the Customer and it will never resell or share any of Customer’s personal information, including credit card data, with any third party. All the online transactions are processed through the secure and reliable online payment systems.By placing an order with us, you agree to the service we provide. We will endear to do all that it takes to deliver a comprehensive paper as per your requirements. We also count on your cooperation to ensure that we deliver on this mandate.
Computer Science Java Programming
Never use plagiarized sources. Get Your Original Essay on
Computer Science Java Programming
Hire Professionals Just from $11/Page