Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7827779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T10:02:36+00:00 2026-06-02T10:02:36+00:00

Can you suggest me How can I represent the hierarchical relationship through java class?

  • 0

Can you suggest me “How can I represent the hierarchical relationship through java class?”
you are welcomed to suggest other techniques.

For instance, User specifies that

       "Room" belongs-to "Floor" and  "Floor" belongs-to "Center"

I want to represent this relationship as Java class, and later want to retrieve this relationship.

-Pankesh

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T10:02:40+00:00Added an answer on June 2, 2026 at 10:02 am

    What you’re talking about is standard object composition

    ‘Belongs-to’ and ‘contains’ are rather similar here. So for example:

    public class Center
    {
       private List<Floor> floors;
       ...
       public List<Floor> getFloors()
       {
    
          return this.floors;
       }
    }
    
    public class Floor
    {
       private List<Room> rooms
       ...
    }
    
    public class Room
    {
       private String roomNumber;
       ...
    } 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need a class that can represent probabilities. It can be represented like a
Wondering if anyone can suggest a good file replication tool that will replicate across
Can anyone suggest where can I find good starter videos for ASP.NET MVC (other
Is there someone that can suggest me a programming language that allows you to
I am wondering if anyone can suggest solutions for adding together datetimes in mysql?
how can i convert eps image to jpg/png. any good application you can suggest.
Can you suggest a best way to define money type in F#?
Can anyone suggest a book or a tutorial on creating Charts in PHP extracting
Can anyone suggest a good solution to remove duplicates from nested lists if wanting
Can anyone suggest some best options to include charting feature in my ASP.NET pages

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.