biz.janux.people
Interface OrganizationName

All Superinterfaces:
Cloneable, PartyName, Serializable

public interface OrganizationName
extends PartyName

Simple bean to store the name of an Organization


Method Summary
 String getLegal()
          the full legal name of an Organization
 void setLegal(String s)
           
 
Methods inherited from interface biz.janux.people.PartyName
clone, getLong, getShort, setLong, setShort
 

Method Detail

getLegal

String getLegal()
the full legal name of an Organization


setLegal

void setLegal(String s)


Copyright © 2005-2013 Janux. All Rights Reserved.