Package cli_fmw.delegate.directory.simple.sex

Examples of cli_fmw.delegate.directory.simple.sex.DirectorySexAbstract


        getDetails().pathronId = pathron.getID();
        fireContentStateEvent();
    }

    public SEX getSex() throws ClipsException {
        DirectorySexAbstract list = DirectoryLocator.getDirectory(DirectorySexAbstract.class, false);
        return (SEX) list.getItemFromID(getDetails().sexId);
    }
View Full Code Here

TOP

Related Classes of cli_fmw.delegate.directory.simple.sex.DirectorySexAbstract

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.